aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2014-11-20 12:33:44 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2014-11-24 11:41:43 +0530
commitfb6784e3068a747ead34e6dee6a9a1978668a955 (patch)
treeb086bcf40ac2582d20a20e5be02e3bdf996af1ec /ChangeLog
parent2886d2d14dd7de6339b04505c5d2f9fc5c844751 (diff)
downloadglibc-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5df19cb..8f06d54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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).