diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-11-20 12:33:44 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-11-24 11:41:43 +0530 |
commit | fb6784e3068a747ead34e6dee6a9a1978668a955 (patch) | |
tree | b086bcf40ac2582d20a20e5be02e3bdf996af1ec /ChangeLog | |
parent | 2886d2d14dd7de6339b04505c5d2f9fc5c844751 (diff) | |
download | glibc-fb6784e3068a747ead34e6dee6a9a1978668a955.zip glibc-fb6784e3068a747ead34e6dee6a9a1978668a955.tar.gz glibc-fb6784e3068a747ead34e6dee6a9a1978668a955.tar.bz2 |
Remove IS_IN_ldconfig
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2014-11-24 Siddhesh Poyarekar <siddhesh@redhat.com> + * 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. + * include/shlib-compat.h [!NOT_IN_libc]: Remove. * nss/nss_files/files-parse.c (IS_IN_libc): Replace with IS_IN (libc). |