commit 005ee081d50b14a9a12a5b93f4a8760d7700e032
parent 8d5bcf7e1e6c7c3ee9b833da4993776f005d6e6b
Author: camsn0w <camhconnell@gmail.com>
Date: Tue, 7 Sep 2021 04:43:30 -0600
Added a paren to fix a warning in u.h
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/u.h b/include/u.h
@@ -62,7 +62,7 @@ extern "C" {
#define _NEEDUINT 1
#define _NEEDULONG 1
-typedef long p9jmp_buf[sizeof(sigjmp_buf)/sizeof(long)];
+typedef long p9jmp_buf[sizeof(sigjmp_buf)/(sizeof(long))];
#if defined(__linux__)
# include <sys/types.h>