Corrected Linux port for glibc2

This commit is contained in:
Joel Sherrill
1998-01-30 20:59:22 +00:00
parent 243ce5d741
commit 421dfef68e
10 changed files with 16 additions and 7 deletions

View File

@@ -27,7 +27,7 @@
#include <fcntl.h>
/* for sbrk prototype in linux */
#if defined(linux)
#if defined(__linux__)
#define __USE_MISC
#endif
#include <unistd.h>