summaryrefslogtreecommitdiff
path: root/include/bits/stat.h
diff options
context:
space:
mode:
authorKacper <kacper@mail.openlinux.dev>2025-12-09 21:17:12 +0100
committerKacper <kacper@mail.openlinux.dev>2025-12-09 21:17:12 +0100
commitb5cd18739a64c8d923a55b61c89ae3900faafd84 (patch)
treed192f7b25257ae9a8a4760c68f5314dcbc0d9b91 /include/bits/stat.h
parent119aed5bc787ccbf23d2f151759ec1f3a80977e1 (diff)
Fix include paths and formatting inconsistencies
Diffstat (limited to 'include/bits/stat.h')
-rw-r--r--include/bits/stat.h3
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;