forgot an uint16 type for x86_64
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37389 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
5efd950f28
commit
bafdc02b99
@ -42,7 +42,7 @@ typedef struct {
|
||||
uint32_t __mxcsr;
|
||||
} fenv_t;
|
||||
|
||||
typedef uint16 fexcept_t;
|
||||
typedef uint16_t fexcept_t;
|
||||
|
||||
/* Exception flags */
|
||||
#define FE_INVALID 0x01
|
||||
|
Loading…
x
Reference in New Issue
Block a user