<sys/errno.h>: Use __BSD_VISIBLE instead of !_POSIX_SOURCE.
commit329111df7bb1e6c835b3e1835b384ecf2dd3aaf7
authorSascha Wildner <saw@online.de>
Sat, 13 Aug 2016 19:24:19 +0000 (13 21:24 +0200)
committerSascha Wildner <saw@online.de>
Sat, 13 Aug 2016 19:24:19 +0000 (13 21:24 +0200)
tree81f1b576d3e91fe755f69e21941a746a0abb7441
parent39f2387221fd05fa798c86c491227e0dcde9cd92
<sys/errno.h>: Use __BSD_VISIBLE instead of !_POSIX_SOURCE.

_POSIX_SOURCE is no longer set since it was superseded by
_POSIX_C_SOURCE. In other words, #ifndef _POSIX_SOURCE is
always true, unless IEEE Std 1003.1-1988 is explicitly
requested.

While here, clean up the visibility of all errno defines.
Those not mentioned in any standard are __BSD_VISIBLE now.
We can further restrict the standard ones at some later
point.
sys/sys/errno.h