diff options
| -rw-r--r-- | include/u.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <sys/types.h> |