diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-08 10:09:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-08 10:09:10 +0000 |
commit | 9001274de9660bb0ef97f8ae13a490c6dbf69a51 (patch) | |
tree | ec53a3aa8511737cd939aa3471f5c172340baa02 /ChangeLog | |
parent | de1a717765d50ae5339a9ff0c004eefab9ecf2b1 (diff) | |
download | glibc-9001274de9660bb0ef97f8ae13a490c6dbf69a51.tar.gz glibc-9001274de9660bb0ef97f8ae13a490c6dbf69a51.tar.xz glibc-9001274de9660bb0ef97f8ae13a490c6dbf69a51.zip |
Update.
* sysdeps/unix/sysv/linux/sys/param.h: Define NOFILE directly as 256 and don't use OPEN_MAX.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 21df669187..51b6119d9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-06-08 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/sys/param.h: Define NOFILE directly as + 256 and don't use OPEN_MAX. + * sysdeps/unix/sysv/linux/pathconf.c: Define LINUX_LINK_MAX and use it instead of LINK_MAX. * sysdeps/unix/sysv/linux/fpathconf.c: Likewise. |