diff options
author | Clint Adams <clint@users.sourceforge.net> | 2000-08-08 14:57:02 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2000-08-08 14:57:02 +0000 |
commit | cb89544d32619822541153118b0bc9c936573c64 (patch) | |
tree | dbab588ad5cff4f9e801a9b9804e0dfc12a2bac5 /ChangeLog | |
parent | 3bca186819e7e1e0fc6321592ccc62d75e0525be (diff) | |
download | zsh-cb89544d32619822541153118b0bc9c936573c64.tar.gz zsh-cb89544d32619822541153118b0bc9c936573c64.tar.xz zsh-cb89544d32619822541153118b0bc9c936573c64.zip |
12568: check sysconf(_SC_OPEN_MAX) if available instead of OPEN_MAX/NOFILES.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c205c1cc3..5486e41cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-08-08 Clint Adams <schizo@debian.org> + + * 12568: configure.in, Src/compat.c, Src/exec.c, Src/init.c, + Src/system.h: check sysconf(_SC_OPEN_MAX) if available instead + of OPEN_MAX/NOFILES. + 2000-08-08 Sven Wischnowsky <wischnow@zsh.org> * 12567: Completion/Linux/_rpm, Src/Zle/computil.c: handle the |