From bafdc02b9969530b72da616aabde66255ebcbfca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sun, 4 Jul 2010 12:38:45 +0000 Subject: [PATCH] forgot an uint16 type for x86_64 git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37389 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/posix/arch/x86_64/fenv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/posix/arch/x86_64/fenv.h b/headers/posix/arch/x86_64/fenv.h index 76f85e1999..ef03daa072 100644 --- a/headers/posix/arch/x86_64/fenv.h +++ b/headers/posix/arch/x86_64/fenv.h @@ -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