I have found that in Single Unix Specification 2 in waitpid() function
there are allowed options not only WNOHANG and WUNTRACED as is in FreeBSD,
but furthermore option WCONTINUED (Unixware and Solaris both know about
this option and FreeBSD and possible Linux don't).

The next problem is in macro WIFCONTINUED(), which is specified
by SUS 2 too, but again in FreeBSD it is missing.

Are there any chances to satisfy SUS 2 in FreeBSD in waitpid() function?

-- 
Rudolf Cejka   ([EMAIL PROTECTED];  http://www.fee.vutbr.cz/~cejkar)
Brno University of Technology, Faculty of El. Engineering and Comp. Science
Bozetechova 2, 612 66  Brno, Czech Republic


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to