about summary refs log tree commit diff
path: root/posix/getopt_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/getopt_init.c')
-rw-r--r--posix/getopt_init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/posix/getopt_init.c b/posix/getopt_init.c
index e90c9d7d8a..80b6f96254 100644
--- a/posix/getopt_init.c
+++ b/posix/getopt_init.c
@@ -29,8 +29,8 @@
 
 #include "../stdio-common/_itoa.h"
 
-/* External variable to synchronize work.  */
-extern char *__getopt_nonoption_flags;
+/* Variable to synchronize work.  */
+char *__getopt_nonoption_flags;
 
 extern pid_t __libc_pid;