Explorar el Código

Make certain that the prototype for fgets_unlocked is defined

Eric Andersen hace 21 años
padre
commit
9581a1b022
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      libc/unistd/usershell.c

+ 1 - 0
libc/unistd/usershell.c

@@ -30,6 +30,7 @@
  * November 2002, Erik Andersen <andersen@codepoet.org> 
  */
 
+#define _GNU_SOURCE
 #include <sys/param.h>
 #include <sys/file.h>
 #include <sys/stat.h>