diff options
config.mk: update to _XOPEN_SOURCE=700L
SA_NOCLDWAIT is marked as XSI in the posix spec [0] and FreeBSD and NetBSD
seems to more be strict about the feature test macro [1].
so update the macro to use _XOPEN_SOURCE=700L instead, which is equivalent to
_POSIX_C_SOURCE=200809L except that it also unlocks the X/Open System
Interfaces.
[0]: https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html#tag_13_42
[1]: https://lists.suckless.org/dev/2302/35111.html
Tested on:
* NetBSD 9.3 (fixed).
* FreeBSD 13 (fixed).
* Void Linux musl.
* Void Linux glibc.
* OpenBSD 7.2 (stable).
* Slackware 11.
Reported-by: beastie <pufferfish@riseup.net>
Diffstat (limited to '%25252525253fid%25252525253df81ac905a0940e0779fe5207e5eec4ac42956b98%252525253fid%252525253dd241309c21a7a22cb7ce539c6f88950652ae9b85%2525253fid%2525253dd241309c21a7a22cb7ce539c6f88950652ae9b85&id2%2525253d71de3ad84b044186162f5b444b5828625bd8eb63%25253fid%25253dd241309c21a7a22cb7ce539c6f88950652ae9b85%253fid%253dd241309c21a7a22cb7ce539c6f88950652ae9b85&id2%253d71de3ad84b044186162f5b444b5828625bd8eb63%3fid%3dd241309c21a7a22cb7ce539c6f88950652ae9b85?id=348f6559ab0d4793db196ffa56ba96ab95a594a6')
0 files changed, 0 insertions, 0 deletions