aboutsummaryrefslogtreecommitdiff
path: root/make.c
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-01-16 22:08:45 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-01-16 22:08:45 +0100
commit7207d3d8d0b75b980d5bb1f6a6c2f22dc30af20c (patch)
tree1af99c2daaf56416eb09792174e595fa97239ea2 /make.c
parentf5a25fdde7190905dd5e3d2b21cb042d0aa7ce7b (diff)
Don’t define _POSIX_C_SOURCE
Diffstat (limited to 'make.c')
-rw-r--r--make.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/make.c b/make.c
index 436b431..ce566af 100644
--- a/make.c
+++ b/make.c
@@ -1,6 +1,3 @@
-#ifndef __APPLE__
-# define _POSIX_C_SOURCE 200809L
-#endif
#include <errno.h>
#include <limits.h>
#include <stdbool.h>