diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-31 19:29:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-31 19:29:52 +0000 |
commit | 1c5d461740065effc3c0a1d84fd88842a608b7f7 (patch) | |
tree | 203cc479b5a5542db358718b02c6a1c9cdd6e371 /NEWS | |
parent | 5116f3d8dc82104c196b1bab9d6b98cef485e3c6 (diff) | |
download | glibc-1c5d461740065effc3c0a1d84fd88842a608b7f7.tar glibc-1c5d461740065effc3c0a1d84fd88842a608b7f7.tar.gz glibc-1c5d461740065effc3c0a1d84fd88842a608b7f7.tar.bz2 glibc-1c5d461740065effc3c0a1d84fd88842a608b7f7.zip |
Update.
* sysdeps/posix/sysconf.c: Remove _POSIX2_EQUIV_CLASS_MAX
handling.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -23,9 +23,13 @@ Version 2.2 * ldconfig program added by Andreas Jaeger and Jakub Jelinek. * The resolver code has been updated from bind 8.2.2-5 which supports - threads. No changes should be necessary for user programs. The + threads. No changes should be necessary for user programs. The integration was done by Andreas Jaeger and Adam D. Bradley. +* Compatibility code for K&R C compilers has been removed from the + header files. A ISO C compiler is needed to use the library + (conforming to either C89 or C99 standard). + Version 2.1.2 |