summaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-04-17 23:24:25 +0000
committerUlrich Drepper <drepper@redhat.com>1997-04-17 23:24:25 +0000
commit6393f70acbb63ee6c460782929bb32068d78a9f5 (patch)
tree68627243d4b1a857a3a2beef9b4100ce37fb7e04 /posix
parent3d5a869794981148bc82e492ba4ce73be48ac9e7 (diff)
(__getopt_nonoption_flags): Remove extern.
Diffstat (limited to 'posix')
-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;