From 6393f70acbb63ee6c460782929bb32068d78a9f5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 17 Apr 1997 23:24:25 +0000 Subject: [PATCH] (__getopt_nonoption_flags): Remove extern. --- posix/getopt_init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.47.2