From: Christian Goeschel Ndjomouo Date: Thu, 4 Dec 2025 15:16:25 +0000 (-0500) Subject: lib: (pidfd-utils.c) remove extraneous _GNU_SOURCE feature test macro X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d81cdd5881b248fdece446cf4f45a1e0d35ffdd;p=thirdparty%2Futil-linux.git lib: (pidfd-utils.c) remove extraneous _GNU_SOURCE feature test macro Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/lib/pidfd-utils.c b/lib/pidfd-utils.c index 55f05a437..879f964c4 100644 --- a/lib/pidfd-utils.c +++ b/lib/pidfd-utils.c @@ -4,8 +4,6 @@ * * Authors: Christian Goeschel Ndjomouo [2025] */ -#define _GNU_SOURCE 1 - #include #include #include