svn commit: trunk/uClibc/include

psm at uclibc.org psm at uclibc.org
Fri Nov 4 11:31:21 UTC 2005


Author: psm
Date: 2005-11-04 03:31:20 -0800 (Fri, 04 Nov 2005)
New Revision: 12149

Log:
Use bits/getopt.h, getopt.h is not included if GNU_GETOPT support is disabled

Modified:
   trunk/uClibc/include/unistd.h


Changeset:
Modified: trunk/uClibc/include/unistd.h
===================================================================
--- trunk/uClibc/include/unistd.h	2005-11-04 02:21:36 UTC (rev 12148)
+++ trunk/uClibc/include/unistd.h	2005-11-04 11:31:20 UTC (rev 12149)
@@ -782,7 +782,7 @@
    arguments in ARGV (ARGC of them, minus the program name) for
    options given in OPTS.  */
 # define __need_getopt
-# include <getopt.h>
+# include <bits/getopt.h>
 #endif
 
 




More information about the uClibc-cvs mailing list