amd64/include/u.h: fix type of jmp_buf
This commit is contained in:
@@ -25,7 +25,7 @@ typedef long ssize_t;
|
||||
typedef int32_t pid_t;
|
||||
typedef uint32_t Rune;
|
||||
typedef union FPdbleword FPdbleword;
|
||||
typedef uintptr jmp_buf[10]; // for registers.
|
||||
typedef uintptr_t jmp_buf[10]; // for registers.
|
||||
typedef long off_t;
|
||||
typedef long ptrdiff_t;
|
||||
|
||||
|
Reference in New Issue
Block a user