1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

* nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define to

libnss_files_hidden_def, not hidden_def.  This file is also compiled
	into libnss_hesiod by #include.
This commit is contained in:
Roland McGrath
2004-10-26 01:55:51 +00:00
parent bae0f89e47
commit af5b614c7e
2 changed files with 7 additions and 1 deletions

View File

@@ -73,7 +73,7 @@ struct parser_data
/* Export the line parser function so it can be used in nss_db. */
# define parser_stclass /* Global */
# define parse_line CONCAT(_nss_files_parse_,ENTNAME)
# define nss_files_parse_hidden_def(name) hidden_def (name)
# define nss_files_parse_hidden_def(name) libnss_files_hidden_def (name)
#endif