From b5cd18739a64c8d923a55b61c89ae3900faafd84 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 21:17:12 +0100 Subject: Fix include paths and formatting inconsistencies --- include/bits/stat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/bits') diff --git a/include/bits/stat.h b/include/bits/stat.h index ba43e695..0022cea8 100644 --- a/include/bits/stat.h +++ b/include/bits/stat.h @@ -3,11 +3,12 @@ #ifndef __BITS_STAT_H_ #error "Internal header — include the public API header instead." +#else +#undef __BITS_STAT_H_ #endif #define __BITS_TIMESPEC_H_ #include -#undef __BITS_TIMESPEC_H_ typedef __UINT64_TYPE__ dev_t; typedef __UINT64_TYPE__ ino_t; -- cgit v1.2.3