From 4fb82c89026c78cc456482e8d95209d0cb71a97e Mon Sep 17 00:00:00 2001 From: cathugger Date: Sun, 31 Mar 2019 19:36:58 +0000 Subject: [PATCH] unconditionally define feature test macros --- main.c | 2 -- worker.c | 2 -- yaml.c | 2 -- 3 files changed, 6 deletions(-) diff --git a/main.c b/main.c index f4ea80e..804ceba 100644 --- a/main.c +++ b/main.c @@ -1,6 +1,4 @@ -#ifdef __GLIBC__ #define _POSIX_C_SOURCE 200112L -#endif #include #include diff --git a/worker.c b/worker.c index db279b0..fa1b361 100644 --- a/worker.c +++ b/worker.c @@ -1,6 +1,4 @@ -#ifdef __GLIBC__ #define _POSIX_C_SOURCE 200112L -#endif #include #include diff --git a/yaml.c b/yaml.c index 4649ac7..1f9e983 100644 --- a/yaml.c +++ b/yaml.c @@ -1,6 +1,4 @@ -#ifdef __GLIBC__ #define _POSIX_C_SOURCE 200112L -#endif #include #include