OSDN Git Service

Need to include sys/syscall.h because of other changes
authorDavid Schleef <ds@schleef.org>
Tue, 3 Jul 2001 01:39:13 +0000 (01:39 -0000)
committerDavid Schleef <ds@schleef.org>
Tue, 3 Jul 2001 01:39:13 +0000 (01:39 -0000)
libc/sysdeps/linux/powerpc/_mmap.c

index aec5524..18cb999 100644 (file)
@@ -1,6 +1,7 @@
 
 #include <unistd.h>
 #include <sys/mman.h>
+#include <sys/syscall.h>
 
 
 void * mmap(void *start, size_t length, int prot, int flags, int fd,