aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-18 03:46:54 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-18 03:46:54 +0000
commit46d7e2ba2235768df3d633109451fd2bee5f9291 (patch)
treea5add2d0cab28324e2c97f855959143dd9374ae9 /ChangeLog
parenta5e34e047dcc6709d994949389eb6e91709b3266 (diff)
downloadglibc-46d7e2ba2235768df3d633109451fd2bee5f9291.tar
glibc-46d7e2ba2235768df3d633109451fd2bee5f9291.tar.gz
glibc-46d7e2ba2235768df3d633109451fd2bee5f9291.tar.bz2
glibc-46d7e2ba2235768df3d633109451fd2bee5f9291.zip
Update.
2003-02-17 Ulrich Drepper <drepper@redhat.com> * sysdeps/posix/sysconf.c (__sysconf): Test for LOGIN_NAME_MAX and TTY_NAME_MAX and not the _POSIX_* minimal value macros. * sysdeps/unix/sysv/linux/bits/local_lim.h: Define TTY_NAME_MAX and LOGIN_NAME_MAX.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ca66feb90..fcaa26c98d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-02-17 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/posix/sysconf.c (__sysconf): Test for LOGIN_NAME_MAX and
+ TTY_NAME_MAX and not the _POSIX_* minimal value macros.
+ * sysdeps/unix/sysv/linux/bits/local_lim.h: Define TTY_NAME_MAX
+ and LOGIN_NAME_MAX.
+
2003-02-17 Kevin B. Hendricks <kevin.hendricks@sympatico.ca>
Franz Sirl <Franz.Sirl-kernel@lauterbach.com>