[uClibc-cvs] svn commit: trunk/uClibc/libc/sysdeps/linux/x86_64

vapier at uclibc.org vapier at uclibc.org
Fri Jul 1 00:34:38 UTC 2005


Author: vapier
Date: 2005-06-30 18:34:37 -0600 (Thu, 30 Jun 2005)
New Revision: 10677

Log:
make sure we include features.h to get the hidden define

Modified:
   trunk/uClibc/libc/sysdeps/linux/x86_64/__syscall_error.c


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/x86_64/__syscall_error.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/x86_64/__syscall_error.c	2005-07-01 00:34:13 UTC (rev 10676)
+++ trunk/uClibc/libc/sysdeps/linux/x86_64/__syscall_error.c	2005-07-01 00:34:37 UTC (rev 10677)
@@ -18,6 +18,7 @@
    02111-1307 USA.  */
 
 #include <errno.h>
+#include <features.h>
 
 /* This routine is jumped to by all the syscall handlers, to stash
  * an error number into errno.  */



More information about the uClibc-cvs mailing list