mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
either libc_hidden_def or libnss_files_hidden_def, not hidden_def.
This file is also compiled into libnss_hesiod by #include.
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
2004-10-25 Roland McGrath <roland@redhat.com>
|
2004-10-25 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
* nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define to
|
* 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
|
either libc_hidden_def or libnss_files_hidden_def, not hidden_def.
|
||||||
into libnss_hesiod by #include.
|
This file is also compiled into libnss_hesiod by #include.
|
||||||
|
|
||||||
2004-10-25 Roland McGrath <roland@frob.com>
|
2004-10-25 Roland McGrath <roland@frob.com>
|
||||||
|
|
||||||
|
@@ -73,8 +73,14 @@ struct parser_data
|
|||||||
/* Export the line parser function so it can be used in nss_db. */
|
/* Export the line parser function so it can be used in nss_db. */
|
||||||
# define parser_stclass /* Global */
|
# define parser_stclass /* Global */
|
||||||
# define parse_line CONCAT(_nss_files_parse_,ENTNAME)
|
# define parse_line CONCAT(_nss_files_parse_,ENTNAME)
|
||||||
|
# ifdef IS_IN_libc
|
||||||
|
/* We are defining one of the functions that actually lives in libc
|
||||||
|
because it is used to implement fget*ent and suchlike. */
|
||||||
|
# define nss_files_parse_hidden_def(name) libc_hidden_def (name)
|
||||||
|
# else
|
||||||
# define nss_files_parse_hidden_def(name) libnss_files_hidden_def (name)
|
# define nss_files_parse_hidden_def(name) libnss_files_hidden_def (name)
|
||||||
# endif
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef EXTERN_PARSER
|
#ifdef EXTERN_PARSER
|
||||||
|
Reference in New Issue
Block a user