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 drepper at redhat dot com  2005-12-23 06:11 -------
Tell this to the kernel people.  It's <linux/limits.h> which defines the value.
 It's wrong that 999 signals no limit, this is what -1 does.  Or even better, no
definition of the macro at all.  This macro is used in the solaris emulation
sysconf implementation and it returns the wrong value, too.  There is nothing
the userlevel code should do.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


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]