summaryrefslogtreecommitdiff
path: root/util/libreboot-utils
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-04-01 16:49:19 +0100
committerLeah Rowe <leah@libreboot.org>2026-04-01 16:49:19 +0100
commitae5e74554a362937907a078b0930e9e943a1b67f (patch)
tree7b1a2893588c83d23e64f47d4c516a12fd83b475 /util/libreboot-utils
parentfb81b7b736659a142d4d4b140155a6492943661e (diff)
lbutils/file: remove unused macro
not needed here (detected with clang -Weverything) Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils')
-rw-r--r--util/libreboot-utils/lib/file.c4
1 files changed, 0 insertions, 4 deletions
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) || \