mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 15:00:06 +00:00
fb6784e306
Replace with IS_IN (ldconfig). No change in generated code. * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of IS_IN_ldconfig. * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN. * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
6 lines
131 B
C
6 lines
131 B
C
#if IS_IN (ldconfig)
|
|
# include <sysdeps/unix/sysv/linux/i386/dl-procinfo.h>
|
|
#else
|
|
# include <sysdeps/generic/dl-procinfo.h>
|
|
#endif
|