File tree Expand file tree Collapse file tree 3 files changed +5
-16
lines changed
Expand file tree Collapse file tree 3 files changed +5
-16
lines changed Original file line number Diff line number Diff line change 2626 * $FreeBSD: src/lib/msun/i387/fenv.c,v 1.8 2011/10/21 06:25:31 das Exp $
2727 */
2828
29- #include < cdefs-compat.h>
30- #include < types-compat.h>
31- #include < math_private.h>
32- #include < i387/bsd_npx.h>
29+ #include " cdefs-compat.h"
30+ #include " types-compat.h"
31+ #include " math_private.h"
32+ #include " i387/bsd_npx.h"
3333
3434#define __fenv_static
3535#include <openlibm_fenv.h>
Original file line number Diff line number Diff line change 9393 * for a given compiler, let the compile fail if it is told to use
9494 * a feature that we cannot live without.
9595 */
96- #if __GNUC_PREREQ__ (2 , 7 ) || defined(__INTEL_COMPILER )
96+ #if !defined( __pure2 ) && ( __GNUC_PREREQ__ (2 , 7 ) || defined(__INTEL_COMPILER ) )
9797#define __pure2 __attribute__((__const__))
9898#endif
9999
Original file line number Diff line number Diff line change 33
44#include <stdint.h>
55#include <limits.h>
6- #include <stdint.h>
7-
8- #ifdef __GLIBC__
9- /* Not sure what to do about __pure2 on linux */
10- #define __pure2
11- #endif
12-
13- #ifdef _WIN32
14- /* Not sure what to do about __pure2 on windows */
15- #define __pure2
16- #endif
176
187typedef uint8_t u_int8_t ;
198typedef uint16_t u_int16_t ;
You can’t perform that action at this time.
0 commit comments