(__getopt_nonoption_flags): Remove extern.

This commit is contained in:
Ulrich Drepper 1997-04-17 23:24:25 +00:00
parent 3d5a869794
commit 6393f70acb

View File

@ -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;