aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2014-11-24 15:24:34 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2014-11-24 15:24:34 +0530
commit7a9ebfa159f392fcf1c3aa172fc5bd6bd1eeea63 (patch)
tree313403a4ef8f585ad087f58734efe74dd872e89c /ChangeLog
parent4f41c682f3f0a0ad69eeac38a6b270f4362c3a02 (diff)
downloadglibc-7a9ebfa159f392fcf1c3aa172fc5bd6bd1eeea63.zip
glibc-7a9ebfa159f392fcf1c3aa172fc5bd6bd1eeea63.tar.gz
glibc-7a9ebfa159f392fcf1c3aa172fc5bd6bd1eeea63.tar.bz2
Use IS_IN internally only
This change is only useful for the conformance tests since the headers changed are not installed. The conformance tests fail due to IS_IN not being defined, so wrap it with a check to make sure that _ISOMAC is defined. * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is defined. * include/mqueue.h: Likewise. * include/stdlib.h: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8362e08..bf7998b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2014-11-24 Siddhesh Poyarekar <siddhesh@redhat.com>
+ * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
+ defined.
+ * include/mqueue.h: Likewise.
+ * include/stdlib.h: Likewise.
+
* stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
(get_null_defines): Adjust.
* sunrpc/Makefile: Adjust comment.