From a69232b0881f0a6e6ed59a03f815144818e76267 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Fri, 16 Feb 2024 15:17:18 +0100 Subject: Define _POSIX_C_SOURCE globally See discussion in https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4555 --- common/stringop.c | 1 - 1 file changed, 1 deletion(-) (limited to 'common/stringop.c') diff --git a/common/stringop.c b/common/stringop.c index c503143a..16d04917 100644 --- a/common/stringop.c +++ b/common/stringop.c @@ -1,4 +1,3 @@ -#define _POSIX_C_SOURCE 200809L #include #include #include -- cgit v1.2.3