diff options
| author | Kacper <kacper@mail.openlinux.dev> | 2025-12-09 21:17:12 +0100 |
|---|---|---|
| committer | Kacper <kacper@mail.openlinux.dev> | 2025-12-09 21:17:12 +0100 |
| commit | b5cd18739a64c8d923a55b61c89ae3900faafd84 (patch) | |
| tree | d192f7b25257ae9a8a4760c68f5314dcbc0d9b91 /include/bits | |
| parent | 119aed5bc787ccbf23d2f151759ec1f3a80977e1 (diff) | |
Fix include paths and formatting inconsistencies
Diffstat (limited to 'include/bits')
| -rw-r--r-- | include/bits/stat.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <bits/timespec.h> -#undef __BITS_TIMESPEC_H_ typedef __UINT64_TYPE__ dev_t; typedef __UINT64_TYPE__ ino_t; |
