mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
lbutils/file: remove unused macro
not needed here (detected with clang -Weverything) Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -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) || \
|
||||
|
||||
Reference in New Issue
Block a user