mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Remove IS_IN_libc
Replace it with IS_IN (libc) and remove the one place that it is defined in. The generated code remains unchanged on x86_64. * include/shlib-compat.h [!NOT_IN_libc]: Remove. * nss/nss_files/files-parse.c (IS_IN_libc): Replace with IS_IN (libc).
This commit is contained in:
@@ -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)
|
||||
# ifdef IS_IN_libc
|
||||
# if 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)
|
||||
|
Reference in New Issue
Block a user