From 480431fba4106f3bf46d51ef5c8c8ce16a2a50ce Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 17 Jan 2025 10:04:03 -0300 Subject: etc/sh/rc: Remove _{POSIX_C,XOPEN}_SOURCE from $CFLAGS --- etc/sh/rc | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/sh/rc b/etc/sh/rc index 7f7a8f0..152060c 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -130,8 +130,6 @@ VGFLAGS="$(printf '%s\n' "$VGFLAGS" | grep . | tr -d '\t' | tr '\n' ' ')" export FUZZSEC=0.1 export CC=gcc export CCFLAGS=' - -D_POSIX_C_SOURCE=200809L - -D_XOPEN_SOURCE=700 -fPIC -std=c17 -Wall -- cgit v1.2.3