mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Avoid unused static function warning in nsswitch.c.
This commit is contained in:
@ -786,6 +786,7 @@ nss_getline (char *line)
|
||||
}
|
||||
|
||||
|
||||
#if !defined DO_STATIC_NSS || defined SHARED
|
||||
static service_library *
|
||||
internal_function
|
||||
nss_new_service (name_database *database, const char *name)
|
||||
@ -810,6 +811,7 @@ nss_new_service (name_database *database, const char *name)
|
||||
|
||||
return *currentp;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#if defined SHARED && defined USE_NSCD
|
||||
|
Reference in New Issue
Block a user