aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-01-04 11:19:45 -0300
committerEuAndreh <eu@euandre.org>2024-01-04 11:19:45 -0300
commit893f516f7b4ca0eb4e90f694f7957c82ebbc0dc5 (patch)
tree7a4b894c6ed3b276b2438e0aa8e58edabd67cec7
parentbin/ldev: Add working utility (diff)
downloaddotfiles-893f516f7b4ca0eb4e90f694f7957c82ebbc0dc5.tar.gz
dotfiles-893f516f7b4ca0eb4e90f694f7957c82ebbc0dc5.tar.xz
etc/sh/rc: Add _XOPEN_SOURCE=700 to $CFLAGS
-rw-r--r--etc/sh/rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 3bcbd5e..b06eb3a 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -125,6 +125,7 @@ VG_FLAGS="$(echo "$VG_FLAGS" | grep . | tr -d '\t' | tr '\n' ' ')"
export CFLAGS='
-D_POSIX_C_SOURCE=200809L
+ -D_XOPEN_SOURCE=700
-std=c99
-Wall
-Wextra