From 8a43ce98138d363b6595a16b98b6016c5e306191 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 28 Oct 2025 23:13:42 +0100 Subject: Use C90-compliant comments --- include/fortify-headers.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'include/fortify-headers.h') diff --git a/include/fortify-headers.h b/include/fortify-headers.h index 7e84075..b5c8bc0 100644 --- a/include/fortify-headers.h +++ b/include/fortify-headers.h @@ -124,11 +124,12 @@ #endif /* __has_attribute */ -// Since we're not allow to include anything. -// https://awesomekling.github.io/How-SerenityOS-declares-ssize_t/ +/* + Since we're not allow to include anything. + https://awesomekling.github.io/How-SerenityOS-declares-ssize_t/ +*/ #define __fh_size_t __typeof__(sizeof(char)) -//TODO(jvoisin) Add a check for overflows /* check if pointers are overlapping but not if dst == src, * since gcc seems to like to generate code that relies on dst == src */ #define __fh_overlap(a, len_a, b, len_b) \ -- cgit v1.3