diff options
Diffstat (limited to 'nss/getXXent_r.c')
-rw-r--r-- | nss/getXXent_r.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/nss/getXXent_r.c b/nss/getXXent_r.c index 031973dee0..1d203db4c4 100644 --- a/nss/getXXent_r.c +++ b/nss/getXXent_r.c @@ -94,10 +94,6 @@ # define NEED__RES 0 #endif -#ifndef NSS_attribute_hidden -# define NSS_attribute_hidden -#endif - /* This handle for the NSS data base is shared between all set/get/endXXXent functions. */ static service_user *nip; @@ -118,7 +114,8 @@ __libc_lock_define_initialized (static, lock) /* The lookup function for the first entry of this service. */ extern int DB_LOOKUP_FCT (service_user **nip, const char *name, void **fctp) - internal_function NSS_attribute_hidden; + internal_function; +libc_hidden_proto (DB_LOOKUP_FCT) void SETFUNC_NAME (STAYOPEN) |