Added a paren to fix a warning in u.h

This commit is contained in:
camsn0w 2021-09-07 04:43:30 -06:00 committed by Dan Cross
parent 8d5bcf7e1e
commit 005ee081d5

View file

@ -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>