Date: Mon, 20 Mar 2000 15:28:02 +0100 From: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz> To: freebsd-current@freebsd.org Subject: SUS/2 non-compliance in waitpid() function? Message-ID: <20000320152801.A76099@dcse.fee.vutbr.cz>
next in thread | raw e-mail | index | archive | help
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 (cejkar@dcse.fee.vutbr.cz; 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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000320152801.A76099>