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 '%252525252525253fid%252525252525253da5ef81cd3600306c4b2af8a5dad69fab4d6cad17%2525252525253fid%2525252525253d271e1a5f3445e8ab70255fcf9b1da8c233efa1d2%25252525253fid%25252525253df81ac905a0940e0779fe5207e5eec4ac42956b98%252525253fid%252525253de81f17d4c196aaed6893fd4beed49991caa3e2a4%2525253fid%2525253de81f17d4c196aaed6893fd4beed49991caa3e2a4&id2%2525253d348f6559ab0d4793db196ffa56ba96ab95a594a6%25253fid%25253de81f17d4c196aaed6893fd4beed49991caa3e2a4%253fid%253de81f17d4c196aaed6893fd4beed49991caa3e2a4%3fid%3de81f17d4c196aaed6893fd4beed49991caa3e2a4?id=348f6559ab0d4793db196ffa56ba96ab95a594a6')
0 files changed, 0 insertions, 0 deletions