mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
Added a paren to fix a warning in u.h
This commit is contained in:
parent
8d5bcf7e1e
commit
005ee081d5
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue