svn commit: trunk/uClibc/libc/sysdeps/linux/hppa
vapier at uclibc.org
vapier at uclibc.org
Mon Jan 29 04:32:20 UTC 2007
Author: vapier
Date: 2007-01-28 20:32:20 -0800 (Sun, 28 Jan 2007)
New Revision: 17625
Log:
pull in unistd.h for syscall() prototype
Modified:
trunk/uClibc/libc/sysdeps/linux/hppa/syscall.c
Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/hppa/syscall.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/hppa/syscall.c 2007-01-29 04:28:46 UTC (rev 17624)
+++ trunk/uClibc/libc/sysdeps/linux/hppa/syscall.c 2007-01-29 04:32:20 UTC (rev 17625)
@@ -19,6 +19,7 @@
#include <stdarg.h>
#include <errno.h>
#include <sys/syscall.h>
+#include <unistd.h>
/* HPPA implements syscall() in 'C'; the assembler version would
typically be in syscall.S. Also note that we have INLINE_SYSCALL,
More information about the uClibc-cvs
mailing list