svn commit: trunk/uClibc/libc/misc/wordexp

vapier at uclibc.org vapier at uclibc.org
Wed Dec 14 23:28:41 UTC 2005


Author: vapier
Date: 2005-12-14 15:28:39 -0800 (Wed, 14 Dec 2005)
New Revision: 12887

Log:
include features.h instead of sys/cdefs.h

Modified:
   trunk/uClibc/libc/misc/wordexp/wordexp.c


Changeset:
Modified: trunk/uClibc/libc/misc/wordexp/wordexp.c
===================================================================
--- trunk/uClibc/libc/misc/wordexp/wordexp.c	2005-12-14 23:10:21 UTC (rev 12886)
+++ trunk/uClibc/libc/misc/wordexp/wordexp.c	2005-12-14 23:28:39 UTC (rev 12887)
@@ -40,7 +40,7 @@
 #endif
 
 #define _GNU_SOURCE
-#include <sys/cdefs.h>
+#include <features.h>
 #include <sys/types.h>
 #include <sys/wait.h>
 #include <fcntl.h>




More information about the uClibc-cvs mailing list