diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-03-27 15:20:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-03-27 15:20:38 +0000 |
commit | f96853beafc26d4f030961b0b67a79b5bfad5733 (patch) | |
tree | a8480225d97a7eeeccee963ce5a7bae53d296dba /ChangeLog | |
parent | fde15fdc5bea3d66be8fa967031ab89707b08a39 (diff) | |
download | glibc-f96853beafc26d4f030961b0b67a79b5bfad5733.tar.gz glibc-f96853beafc26d4f030961b0b67a79b5bfad5733.tar.xz glibc-f96853beafc26d4f030961b0b67a79b5bfad5733.zip |
* sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
<linux/limits.h> has defined it. * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy ARG_MAX value and prevent ARG_MAX from being defined by the kernel headers. * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use it instead of ARG_MAX.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b4cafe0dee..25d41a7ec0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-03-27 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if + <linux/limits.h> has defined it. + * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy + ARG_MAX value and prevent ARG_MAX from being defined by the kernel + headers. + * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use + it instead of ARG_MAX. + 2008-03-25 Jakub Jelinek <jakub@redhat.com> * posix/gai.conf: Fix comment for scope nullbits. |