svn commit: trunk/uClibc/include/sys

andersen at uclibc.org andersen at uclibc.org
Thu Jan 19 02:19:53 UTC 2006


Author: andersen
Date: 2006-01-18 18:19:51 -0800 (Wed, 18 Jan 2006)
New Revision: 13408

Log:
Joseph S. Myers writes:

sys/syscall.h uses the IS_IN_libc define before including any header that
includes libc-internal.h (where IS_IN_libc is defined).  This patch makes
sys/syscall.h include features.h to get the IS_IN_libc define where
appropriate.



Modified:
   trunk/uClibc/include/sys/syscall.h


Changeset:
Modified: trunk/uClibc/include/sys/syscall.h
===================================================================
--- trunk/uClibc/include/sys/syscall.h	2006-01-19 00:32:07 UTC (rev 13407)
+++ trunk/uClibc/include/sys/syscall.h	2006-01-19 02:19:51 UTC (rev 13408)
@@ -20,6 +20,7 @@
 #define _SYSCALL_H	1
 
 /* This file provides us with the nicely useful _syscall[0-5] macros. */
+#include <features.h>
 #if defined _LIBC && (defined IS_IN_libc || defined NOT_IN_libc)
 # include <bits/syscalls.h>
 #else




More information about the uClibc-cvs mailing list