summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/waitpid.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Wrap waitpid() so calls go direct; weaken wait() and wait3().guenther2015-10-251-4/+3
| | | | Strip out unnecessary #includes and use NULL instead of (struct rusage *)0
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-8/+1
|
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-2/+2
|
* Fix RCS idstholo1996-08-191-7/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+60