summaryrefslogtreecommitdiff
path: root/src/sysdeps/trynbwaitall.c
AgeCommit message (Collapse)Author
2019-02-19 Add DragonFly macro; remove nbwaitall and ancilautocloseLaurent Bercot
2017-03-15 sysdeps tests cleanup. (I expect BSDs to break, as usual.)Laurent Bercot
2017-02-21 Types change: big pass on libstddjb and libunixonacidLaurent Bercot
libdatastruct still missing, library still not functional
2014-12-31 Add _GNU_SOURCE to trynbwaitall.c because glibc headersLaurent Bercot
don't define kill() with only _BSD_SOURCE. That's very disappointing from GNU.
2014-12-21 next generation of the FreeBSD fix...Laurent Bercot
2014-12-21 Stricter trynbwaitall to actually catch the problemsLaurent Bercot
2014-12-21 So the non-portable MSG_DONTWAIT may alleviate the problem... mightLaurent Bercot
as well use it on architectures that support it.