summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-08-01 14:41:32 -0400
committerDavid Robillard <d@drobilla.net>2016-08-01 14:41:32 -0400
commit88992b952f5cc0bb20cff835247198a0886ab310 (patch)
tree246ec59e4937ffcbe3565726d11519ec6290772b /utils
parent844ae92f089fecae14702517044773adaa32203f (diff)
downloadlilv-88992b952f5cc0bb20cff835247198a0886ab310.tar.gz
lilv-88992b952f5cc0bb20cff835247198a0886ab310.tar.bz2
lilv-88992b952f5cc0bb20cff835247198a0886ab310.zip
Use consistent feature test macros
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>