diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-04-01 16:49:19 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-04-01 16:49:19 +0100 |
| commit | ae5e74554a362937907a078b0930e9e943a1b67f (patch) | |
| tree | 7b1a2893588c83d23e64f47d4c516a12fd83b475 /util | |
| parent | fb81b7b736659a142d4d4b140155a6492943661e (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')
| -rw-r--r-- | util/libreboot-utils/lib/file.c | 4 |
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) || \ |
