commit | ba9f3582428fcae1ae2a2cadc0ccd52f76e14c05 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed Feb 22 10:26:32 2023 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Feb 22 10:26:32 2023 +0100 |
tree | c2ff9323b891f7ddb9d97275c816f5ffcf422dd2 | |
parent | 73699b6250be4c576d15aa75f8baf031363ddab4 [diff] [blame] |
build UPDATE use c99 standard instead of gnu99 GNU extensions are not mandatory for a long time now.
diff --git a/tests/test_init_destroy_server.c b/tests/test_init_destroy_server.c index 64432a7..082710c 100644 --- a/tests/test_init_destroy_server.c +++ b/tests/test_init_destroy_server.c
@@ -12,6 +12,8 @@ * https://opensource.org/licenses/BSD-3-Clause */ +#define _GNU_SOURCE + #include <errno.h> #include <fcntl.h> #include <pthread.h>