From e78f615d52703ec18f773e3778d0dbfc6aa3be35 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 6 Aug 2002 21:10:50 +0000 Subject: * include/getopt.h: But private decls inside [_GETOPT_H]. Use libc_hidden_proto for getopt_long, getopt_long_only. * posix/getopt1.c [_LIBC]: Include instead of "getopt.h". Add libc_hidden_def. * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr): Define as a macro for __dl_iterate_phdr. * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name, made static. Add __ name as a strong alias. (internal_endnetgrent): Likewise. (internal_getnetgrent_r): Likewise. --- include/getopt.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/getopt.h') diff --git a/include/getopt.h b/include/getopt.h index 7a35c8a20b..70e790b396 100644 --- a/include/getopt.h +++ b/include/getopt.h @@ -2,7 +2,14 @@ #include +# ifdef _GETOPT_H + +libc_hidden_proto (getopt_long) +libc_hidden_proto (getopt_long_only) + /* Now define the internal interfaces. */ extern void __getopt_clean_environment (char **__env); +# endif + #endif -- cgit 1.4.1