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:
Jérôme Duval 2010-07-04 12:38:45 +00:00
parent 5efd950f28
commit bafdc02b99

View File

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