aboutsummaryrefslogtreecommitdiff
path: root/misc/free42/files/patch-common_bid__functions.h
blob: 816794317f02f87119872b457834674b0fd65b6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- common/bid_functions.h.orig	2021-03-25 17:43:15 UTC
+++ common/bid_functions.h
@@ -159,11 +159,7 @@ typedef unsigned    long fexcept_t;
 typedef unsigned bid__int64 fexcept_t;
 #endif
 #else
-#ifdef __QNX__
 #include <fenv.h>
-#else
-typedef unsigned short int fexcept_t;
-#endif
 #endif
 #endif