Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/18/2001 22:10:27
Module Name: syssrc
Committed By: thorpej
Date: Wed Jul 18 19:10:27 UTC 2001
Modified Files:
syssrc/sys/kern: kern_exit.c
syssrc/sys/sys: wait.h
Log Message:
Add `WALLSIG' which causes wait4(2) to wait for all processes, regardless
of exit signal. Add Linux-compatible aliases __WCLONE (for WALTSIG) and
__WALL (for WALLSIG), for compatibility with the Linux clone(2) API.
To generate a diff of this commit:
cvs rdiff -r1.90 -r1.91 syssrc/sys/kern/kern_exit.c
cvs rdiff -r1.16 -r1.17 syssrc/sys/sys/wait.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.