From aea2234d45b87a8eb4dd436ba79af25abfb8751c Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Wed, 17 Oct 2018 11:09:58 +0200 Subject: Increase _POSIX_C_SOURCE to 200112L CLOCK_MONOTONIC appeared in IEEE Std. 1003.1-200x, it was not part of POSIX.1b (the 1993 version), and FreeBSD treats it accordingly. --- common/loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/loop.c b/common/loop.c index 750bee75..82b80017 100644 --- a/common/loop.c +++ b/common/loop.c @@ -1,4 +1,4 @@ -#define _POSIX_C_SOURCE 199309L +#define _POSIX_C_SOURCE 200112L #include #include #include -- cgit v1.2.3