aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-02-24 23:34:08 +0000
committerUlrich Drepper <drepper@redhat.com>2009-02-24 23:34:08 +0000
commit5be0a68819a574efc3d5a33b9f6dc11dfcb4f630 (patch)
treebc7902c414d0994270157ce846065bfd27301816 /ChangeLog
parent8c4a5f4214b9207332eb42afca35fbab84636fbb (diff)
downloadglibc-5be0a68819a574efc3d5a33b9f6dc11dfcb4f630.zip
glibc-5be0a68819a574efc3d5a33b9f6dc11dfcb4f630.tar.gz
glibc-5be0a68819a574efc3d5a33b9f6dc11dfcb4f630.tar.bz2
* 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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 204d996..6133102 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.