From 005ee081d50b14a9a12a5b93f4a8760d7700e032 Mon Sep 17 00:00:00 2001 From: camsn0w Date: Tue, 7 Sep 2021 04:43:30 -0600 Subject: [PATCH] Added a paren to fix a warning in u.h --- include/u.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/u.h b/include/u.h index 856e10f4..3d779483 100644 --- 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