Implement POSIX.1-2001 (XSI)'s ulimit(3) library call.
authorHiten Pandya <hmp@dragonflybsd.org>
Sun, 6 Jun 2004 13:32:27 +0000 (13:32 +0000)
committerHiten Pandya <hmp@dragonflybsd.org>
Sun, 6 Jun 2004 13:32:27 +0000 (13:32 +0000)
commit26f50928ee18a5640fbb0902bc49bab2efe5124b
treed2b43ea445a6c45527b44f78d8dab43628d7718a
parentfffb9e613eea21a87068722740206021160317c2
Implement POSIX.1-2001 (XSI)'s ulimit(3) library call.

Obtained-from:   FreeBSD (HEAD)
include/ulimit.h [new file with mode: 0644]
lib/libc/gen/Makefile.inc
lib/libc/gen/ulimit.3 [new file with mode: 0644]
lib/libc/gen/ulimit.c [new file with mode: 0644]