mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
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.
5 lines
131 B
C
5 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
|