From d92a2127be62f6503041d9e231de38713a9cb705 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Fri, 25 Sep 2020 13:18:30 -0400 Subject: annotate reason for forced _POSIX_C_SOURCE --- src/unistd/sleep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/unistd/sleep.c b/src/unistd/sleep.c index e0b0c476..e1b38a0b 100644 --- a/src/unistd/sleep.c +++ b/src/unistd/sleep.c @@ -1,6 +1,6 @@ #if ((!defined _POSIX_C_SOURCE) || (_POSIX_C_SOURCE < 199309L)) #undef _POSIX_C_SOURCE -#define _POSIX_C_SOURCE 199309L +#define _POSIX_C_SOURCE 199309L /* force struct timespec */ #endif #include -- cgit v1.2.1