This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/1535] Make _SC_CHILD_MAX retort RLIMIT_NPROC soft resource limit?


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2006-01-08 09:39 -------
Subject: Bug 1535

CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	roland@sources.redhat.com	2006-01-08 09:39:16

Modified files:
	sysdeps/posix  : sysconf.c 
	posix          : Makefile 
	include/sys    : sysinfo.h 
Added files:
	posix          : get_child_max.c 
	sysdeps/unix   : get_child_max.c 

Log message:
	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.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/posix/sysconf.c.diff?cvsroot=glibc&r1=1.40&r2=1.41
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/posix/get_child_max.c.diff?cvsroot=glibc&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/posix/Makefile.diff?cvsroot=glibc&r1=1.187&r2=1.188
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/unix/get_child_max.c.diff?cvsroot=glibc&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/include/sys/sysinfo.h.diff?cvsroot=glibc&r1=1.4&r2=1.5



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=1535

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]