summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-01-08 09:39:29 +0000
committerRoland McGrath <roland@gnu.org>2006-01-08 09:39:29 +0000
commitaeb2153cd6ab300de1b241cd1528a3f6f260ad37 (patch)
tree829be0b73c642f466d92bc34501c30a512a05804 /ChangeLog
parent9b121343547d646f5e511446588f0ff69b168211 (diff)
[BZ #1535]
* sysdeps/unix/get_child_max.c: New file. * posix/get_child_max.c: New file. * posix/Makefile (routines): Add it. * include/sys/sysinfo.h (__get_child_max): Declare it. * sysdeps/posix/sysconf.c (__sysconf) [! CHILD_MAX]: Use it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a197726633..9c5815db03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-01-08 Roland McGrath <roland@redhat.com>
+ [BZ #1535]
+ * sysdeps/unix/get_child_max.c: New file.
+ * posix/get_child_max.c: New file.
+ * posix/Makefile (routines): Add it.
+ * include/sys/sysinfo.h (__get_child_max): Declare it.
+ * sysdeps/posix/sysconf.c (__sysconf) [! CHILD_MAX]: Use it.
+
* sysdeps/unix/sysv/linux/futimes.c [!__NR_fcntl && __NR_fcntl64]: Use
fcntl64 syscall instead.