summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/bench.h2
-rw-r--r--utils/lv2bench.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/bench.h b/utils/bench.h
index 1c11db4..83d7853 100644
--- a/utils/bench.h
+++ b/utils/bench.h
@@ -21,7 +21,7 @@
#ifndef BENCH_H
#define BENCH_H
-#define _POSIX_C_SOURCE 199309L
+#define _POSIX_C_SOURCE 200809L
#include <time.h>
#include <sys/time.h>
diff --git a/utils/lv2bench.c b/utils/lv2bench.c
index e585fbd..02f6e4e 100644
--- a/utils/lv2bench.c
+++ b/utils/lv2bench.c
@@ -14,7 +14,7 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#define _POSIX_C_SOURCE 199309L
+#define _POSIX_C_SOURCE 200809L
#include <stdio.h>
#include <stdlib.h>