<sys/wait.h>: Clean up a bit.
authorSascha Wildner <saw@online.de>
Thu, 14 Jan 2016 19:25:22 +0000 (20:25 +0100)
committerSascha Wildner <saw@online.de>
Thu, 14 Jan 2016 19:26:06 +0000 (20:26 +0100)
commit091519daf5b44f300b1a244c6b65ac7a838071d0
treebaecf7d335a203217998fea031d7f749b0c319fb
parent918b552787dc9efbb4db5fe6e8a20e5b5c497b56
<sys/wait.h>: Clean up a bit.

* Remove the old BSD4.x union wait. As far as I can tell, all ports
  have been fixed for this.

* Use __BSD_VISIBLE instead of _POSIX_SOURCE.

* Fix wait3()'s visibility.
sys/sys/wait.h