]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lib: (pidfd-utils.c) remove extraneous _GNU_SOURCE feature test macro
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Thu, 4 Dec 2025 15:16:25 +0000 (10:16 -0500)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Thu, 4 Dec 2025 18:45:03 +0000 (13:45 -0500)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
lib/pidfd-utils.c

index 55f05a437f12d10637dc96e17936a2c9aa23ae59..879f964c4582bf099727a7997dda793cfcc27188 100644 (file)
@@ -4,8 +4,6 @@
  *
  * Authors: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu> [2025]
  */
-#define _GNU_SOURCE 1
-
 #include <stdlib.h>
 #include <sys/stat.h>
 #include <sys/vfs.h>