diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-08 10:03:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-08 10:03:13 +0000 |
commit | 9e56352f882e634fde43c7bf4a76090f51cd7c59 (patch) | |
tree | ebaa3bea04a3544ca559eed21ba87c471f6231f4 | |
parent | a504f071544faf0de924ac8566c8236a86eb3119 (diff) | |
download | glibc-9e56352f882e634fde43c7bf4a76090f51cd7c59.tar.gz glibc-9e56352f882e634fde43c7bf4a76090f51cd7c59.tar.xz glibc-9e56352f882e634fde43c7bf4a76090f51cd7c59.zip |
Update.
2000-06-08 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/pathconf.c: Define LINUX_LINK_MAX and use it instead of LINK_MAX.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9d0794cb87..2fbae6aefa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-06-08 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/pathconf.c: Define LINUX_LINK_MAX and + use it instead of LINK_MAX. + 2000-06-08 Andreas Jaeger <aj@suse.de> * libio/genops.c (_IO_list_lock): Only compile body if we're |