Переглянути джерело

Make certain that the prototype for fgets_unlocked is defined

Eric Andersen 19 роки тому
батько
коміт
9581a1b022
1 змінених файлів з 1 додано та 0 видалено
  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>