From 3d81cdd5881b248fdece446cf4f45a1e0d35ffdd Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Thu, 4 Dec 2025 10:16:25 -0500 Subject: [PATCH] lib: (pidfd-utils.c) remove extraneous _GNU_SOURCE feature test macro Signed-off-by: Christian Goeschel Ndjomouo --- lib/pidfd-utils.c | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.47.3