Turns out I wasn't building the syscall libraries. Do so.
This commit is contained in:
13
plat/linux/libsys/isatty.c
Normal file
13
plat/linux/libsys/isatty.c
Normal file
@@ -0,0 +1,13 @@
|
||||
/* $Source: /cvsroot/tack/Ack/plat/linux386/libsys/isatty.c,v $
|
||||
* $State: Exp $
|
||||
* $Revision: 1.1 $
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
|
||||
int isatty(int fd)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user