diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-26 18:56:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-26 18:56:29 +0000 |
commit | dbc3e61b6de3f7449bb832269707c72cc25dc1f4 (patch) | |
tree | 72e72705f2cac90fd0a2dbbf0770f051aed66ba1 /ChangeLog | |
parent | 0c0b9451f805b3d65d508c32dbeb9cb6cabfdeaf (diff) | |
download | glibc-dbc3e61b6de3f7449bb832269707c72cc25dc1f4.tar.gz glibc-dbc3e61b6de3f7449bb832269707c72cc25dc1f4.tar.xz glibc-dbc3e61b6de3f7449bb832269707c72cc25dc1f4.zip |
Update.
* posix/bits/posix2_lim.h: Set correct values for _POSIX2_COLL_WEIGHTS_MAX and _POSIX2_CHARCLASS_NAME_MAX. Remove EQUIV_CLASS_MAX.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 27821a87be..ac2d4d3f98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2001-01-26 Ulrich Drepper <drepper@redhat.com> + * posix/bits/posix2_lim.h: Set correct values for + _POSIX2_COLL_WEIGHTS_MAX and _POSIX2_CHARCLASS_NAME_MAX. Remove + EQUIV_CLASS_MAX. + * posix/bits/posix1_lim.h: Define _POSIX_TZNAME_MAX as 6. Required by POSIX. |