aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-08 05:34:04 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-08 05:34:04 +0000
commitf70b0ea2c7f8a5b3d6450c4e88f8db91ad06048b (patch)
tree20a37096cb752aabfc9dfce779bb744732668e3f /ChangeLog
parentfc0154dd777997ff424b4dcde99404b8a3787110 (diff)
downloadglibc-f70b0ea2c7f8a5b3d6450c4e88f8db91ad06048b.tar
glibc-f70b0ea2c7f8a5b3d6450c4e88f8db91ad06048b.tar.gz
glibc-f70b0ea2c7f8a5b3d6450c4e88f8db91ad06048b.tar.bz2
glibc-f70b0ea2c7f8a5b3d6450c4e88f8db91ad06048b.zip
Update.
* stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special. It is known to be defined. * include/string.h: Define index and rindex only if _ISOMAC is not defined.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c27cb5791..05b43cc926 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2002-08-07 Ulrich Drepper <drepper@redhat.com>
+ * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
+ It is known to be defined.
+
+ * include/string.h: Define index and rindex only if _ISOMAC is not
+ defined.
+
* elf/rtld.c: Include <errno.h>.
* sysdeps/generic/libc-tls.c: Likewise.