diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-01-16 22:08:45 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-01-16 22:08:45 +0100 |
commit | 7207d3d8d0b75b980d5bb1f6a6c2f22dc30af20c (patch) | |
tree | 1af99c2daaf56416eb09792174e595fa97239ea2 | |
parent | f5a25fdde7190905dd5e3d2b21cb042d0aa7ce7b (diff) |
Don’t define _POSIX_C_SOURCE
-rw-r--r-- | make.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,6 +1,3 @@ -#ifndef __APPLE__ -# define _POSIX_C_SOURCE 200809L -#endif #include <errno.h> #include <limits.h> #include <stdbool.h> |