From 30b433ddcdcca0c0454ab98af5b1e22e5ce332c0 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 1 May 2025 15:52:14 -0400 Subject: Remove POSIX_C_SOURCE flag --- src/tomo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tomo.c b/src/tomo.c index 761089b9..e4da0515 100644 --- a/src/tomo.c +++ b/src/tomo.c @@ -73,7 +73,7 @@ static OptionalText_t cflags = Text("-Werror -fdollars-in-identifiers -std=c2x -Wno-trigraphs " " -ffunction-sections -fdata-sections" " -fno-signed-zeros -fno-finite-math-only " - " -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=200809L -D_DEFAULT_SOURCE -fPIC -ggdb" + " -D_XOPEN_SOURCE -D_DEFAULT_SOURCE -fPIC -ggdb" #if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__) " -D_BSD_SOURCE" #endif -- cgit v1.2.3