From 716140b80feebaeea5ef833de1f6acae68e8a8f1 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 1 Apr 2026 10:54:25 +0100 Subject: libreboot-utils: don't use the GNU SOURCE macro use the POSIX one declare prototypes where necessary. Signed-off-by: Leah Rowe --- util/libreboot-utils/include/common.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'util/libreboot-utils/include') diff --git a/util/libreboot-utils/include/common.h b/util/libreboot-utils/include/common.h index a08dec08..21be1898 100644 --- a/util/libreboot-utils/include/common.h +++ b/util/libreboot-utils/include/common.h @@ -50,6 +50,12 @@ */ int fchmod(int fd, mode_t mode); +char *realpath(const char *path, + char *resolved); + +#ifndef USE_URANDOM +#define USE_URANDOM 0 +#endif #define MKHTEMP_RETRY_MAX 512 #define MKHTEMP_SPIN_THRESHOLD 32 -- cgit v1.2.1