From: Ulrich Drepper Date: Thu, 17 Apr 1997 23:24:25 +0000 (+0000) Subject: (__getopt_nonoption_flags): Remove extern. X-Git-Tag: cvs/libc20x-ud-970417~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6393f70acbb63ee6c460782929bb32068d78a9f5;p=thirdparty%2Fglibc.git (__getopt_nonoption_flags): Remove extern. --- diff --git a/posix/getopt_init.c b/posix/getopt_init.c index e90c9d7d8af..80b6f96254c 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;