summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/fortify-headers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fortify-headers.h b/include/fortify-headers.h
index 065bca2..08b8dd3 100644
--- a/include/fortify-headers.h
+++ b/include/fortify-headers.h
@@ -60,8 +60,6 @@
60#define __access(...) 60#define __access(...)
61#endif 61#endif
62 62
63#endif
64
65 63
66/* TODO(jvoisin) Figure a nice way to make use of __builtin_mul_overflow while ignoring the result. */ 64/* TODO(jvoisin) Figure a nice way to make use of __builtin_mul_overflow while ignoring the result. */
67/* TODO(jvoisin) Make use of C23's stdckdint header: https://gustedt.gitlabpages.inria.fr/c23-library/#stdckdint */ 65/* TODO(jvoisin) Make use of C23's stdckdint header: https://gustedt.gitlabpages.inria.fr/c23-library/#stdckdint */
@@ -78,3 +76,5 @@
78#endif /* __builtin_mul_overflow_p */ 76#endif /* __builtin_mul_overflow_p */
79 77
80#endif /* __has_builtin */ 78#endif /* __has_builtin */
79
80#endif /* _FORTIFY_HEADERS_H */