aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-12-31 19:29:52 +0000
committerUlrich Drepper <drepper@redhat.com>1999-12-31 19:29:52 +0000
commit1c5d461740065effc3c0a1d84fd88842a608b7f7 (patch)
tree203cc479b5a5542db358718b02c6a1c9cdd6e371 /ChangeLog
parent5116f3d8dc82104c196b1bab9d6b98cef485e3c6 (diff)
downloadglibc-1c5d461740065effc3c0a1d84fd88842a608b7f7.zip
glibc-1c5d461740065effc3c0a1d84fd88842a608b7f7.tar.gz
glibc-1c5d461740065effc3c0a1d84fd88842a608b7f7.tar.bz2
Update.
* sysdeps/posix/sysconf.c: Remove _POSIX2_EQUIV_CLASS_MAX handling.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83cc048..8c10f3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* posix/bits/posix2_lim.h: Remove _POSIX2_EQUIV_CLASS_MAX. I have
no idea where this came from.
+ * sysdeps/posix/sysconf.c: Remove _POSIX2_EQUIV_CLASS_MAX
+ handling.
1999-12-31 Andreas Jaeger <aj@suse.de>