[uClibc-cvs] CVS uClibc/libc/unistd

CVS User andersen andersen at codepoet.org
Wed Dec 22 21:57:24 UTC 2004


Update of /var/cvs/uClibc/libc/unistd
In directory nail:/tmp/cvs-serv22675/libc/unistd

Modified Files:
	usershell.c 
Log Message:
Make certain that the prototype for fgets_unlocked is defined


--- /var/cvs/uClibc/libc/unistd/usershell.c	2002/11/21 21:41:30	1.3
+++ /var/cvs/uClibc/libc/unistd/usershell.c	2004/12/22 21:57:24	1.4
@@ -30,6 +30,7 @@
  * November 2002, Erik Andersen <andersen at codepoet.org> 
  */
 
+#define _GNU_SOURCE
 #include <sys/param.h>
 #include <sys/file.h>
 #include <sys/stat.h>



More information about the uClibc-cvs mailing list