From ae5e74554a362937907a078b0930e9e943a1b67f Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 1 Apr 2026 16:49:19 +0100 Subject: lbutils/file: remove unused macro not needed here (detected with clang -Weverything) Signed-off-by: Leah Rowe --- util/libreboot-utils/lib/file.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'util/libreboot-utils/lib/file.c') diff --git a/util/libreboot-utils/lib/file.c b/util/libreboot-utils/lib/file.c index b62cb87a..883d4cd4 100644 --- a/util/libreboot-utils/lib/file.c +++ b/util/libreboot-utils/lib/file.c @@ -16,10 +16,6 @@ more correct usage example: long max = pathconf("/", _PC_PATH_MAX); */ -#ifndef _XOPEN_SOURCE -#define _XOPEN_SOURCE 700 -#endif - /* for openat2: */ #ifdef __linux__ #if !defined(USE_OPENAT) || \ -- cgit v1.2.1