From 2c40ad78166c4cdb667caf4238080a4708c43326 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 1 Apr 2026 11:36:41 +0100 Subject: lbutils: only use GNU SOURCE for syscall and remove manual prototypes; fchmod, realpath and so on rely on the _XOPEN_SOURCE macro. the POSIX macro wasn't needed: _XOPEN_SOURCE is sufficient. Signed-off-by: Leah Rowe --- util/libreboot-utils/nvmutil.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'util/libreboot-utils/nvmutil.c') diff --git a/util/libreboot-utils/nvmutil.c b/util/libreboot-utils/nvmutil.c index c805f523..ee20e851 100644 --- a/util/libreboot-utils/nvmutil.c +++ b/util/libreboot-utils/nvmutil.c @@ -6,10 +6,6 @@ * These images configure your Intel Gigabit Ethernet adapter. */ -#ifndef _POSIX_C_SOURCE -#define _POSIX_C_SOURCE 200809L -#endif - #include #include -- cgit v1.2.1