Date: Tue, 04 Jun 2002 10:16:53 +0200 From: Sheldon Hearn <sheldonh@starjuice.net> To: Mike Barcroft <mike@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_exit.c kern_sig.c src/sys/sys proc.h wait.h Message-ID: <85737.1023178613@axl.seasidesoftware.co.za> In-Reply-To: Your message of "Sat, 01 Jun 2002 11:37:46 MST." <200206011837.g51IbkC16494@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 01 Jun 2002 11:37:46 MST, Mike Barcroft wrote: > Modified files: > sys/kern kern_exit.c kern_sig.c > sys/sys proc.h wait.h > Log: > Add POSIX.1-2001 WCONTINUED option for waitpid(2). A proc flag > (P_CONTINUED) is set when a stopped process receives a SIGCONT and > cleared after it has notified a parent process that has requested > notification via waitpid(2) with WCONTINUED specified in its options > operand. The status value can be checked with the new WIFCONTINUED() > macro. Oooer. Don't you want to document this in waitpid.2 before it starts getting misused? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?85737.1023178613>