diff options
author | Roland McGrath <roland@redhat.com> | 2007-07-17 04:03:49 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 10:23:03 -0700 |
commit | f9e86f419073605b4520848021cc042963c227c7 (patch) | |
tree | 15546406224d741234da20fc6431d6b8af76bc98 /drivers/serial/Kconfig | |
parent | 77293034696e3e0b6c8b8fc1f96be091104b3d2b (diff) | |
download | blackbird-op-linux-f9e86f419073605b4520848021cc042963c227c7.tar.gz blackbird-op-linux-f9e86f419073605b4520848021cc042963c227c7.zip |
Remove CHILD_MAX
The CHILD_MAX macro in limits.h should not be there. It claims to be the
limit on processes a user can own, but its value is wrong for that.
There is no constant value, but a variable resource limit (RLIMIT_NPROC).
Nothing in the kernel uses CHILD_MAX.
The proper thing to do according to POSIX is not to define CHILD_MAX at all.
The sysconf (_SC_CHILD_MAX) implementation works by calling getrlimit.
Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/serial/Kconfig')
0 files changed, 0 insertions, 0 deletions