diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-02-24 23:34:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-02-24 23:34:08 +0000 |
commit | 5be0a68819a574efc3d5a33b9f6dc11dfcb4f630 (patch) | |
tree | bc7902c414d0994270157ce846065bfd27301816 /ChangeLog | |
parent | 8c4a5f4214b9207332eb42afca35fbab84636fbb (diff) | |
download | glibc-5be0a68819a574efc3d5a33b9f6dc11dfcb4f630.tar glibc-5be0a68819a574efc3d5a33b9f6dc11dfcb4f630.tar.gz glibc-5be0a68819a574efc3d5a33b9f6dc11dfcb4f630.tar.bz2 glibc-5be0a68819a574efc3d5a33b9f6dc11dfcb4f630.zip |
* sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
/proc/sys/kenrel/rtsig_max doesn't exist anymore, use getrlimit
instead.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2009-02-24 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): + /proc/sys/kenrel/rtsig_max doesn't exist anymore, use getrlimit + instead. + * io/sys/stat.h: The lstat functions have been mandatory since 2001. * time/tzset.c (tzset_internal): Correct parsing of TZ envvar. |