commit 190e386fe8666a1250e8aedce73bf8e32ab8c0fd
parent 2cef5af0c4de757bf31a9a63e706b0d34a016405
Author: jvoisin <julien.voisin@dustri.org>
Date: Sun, 9 Jul 2023 18:37:11 +0200
Move a misplaced #endif
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/fortify-headers.h b/include/fortify-headers.h
@@ -60,8 +60,6 @@
#define __access(...)
#endif
-#endif
-
/* TODO(jvoisin) Figure a nice way to make use of __builtin_mul_overflow while ignoring the result. */
/* TODO(jvoisin) Make use of C23's stdckdint header: https://gustedt.gitlabpages.inria.fr/c23-library/#stdckdint */
@@ -78,3 +76,5 @@
#endif /* __builtin_mul_overflow_p */
#endif /* __has_builtin */
+
+#endif /* _FORTIFY_HEADERS_H */