]> git.meshlink.io Git - meshlink/commit
Make sure we #define _POSIX_C_SOURCE.
authorGuus Sliepen <guus@meshlink.io>
Fri, 9 Apr 2021 18:15:56 +0000 (20:15 +0200)
committerGuus Sliepen <guus@meshlink.io>
Fri, 9 Apr 2021 18:15:56 +0000 (20:15 +0200)
commitb052a89622c02b5888c0ca61e52b19e9dbec29c8
tree59c95333e9918aa68ede0525649ea89c597c0729
parent49ddbd4e0febb4ca44ee22711eafec3c4b9c4fd1
Make sure we #define _POSIX_C_SOURCE.

Some functions, such as clock_gettime(), officially require _POSIX_C_SOURCE
to be set to a minimum version in order to be usable.
configure.ac
test/blackbox/common/mesh_event_handler.c
test/channels-aio-fd.c
test/channels-aio.c
test/stream.c
test/utils.c