View | Details | Raw Unified | Return to bug 15730 | Differences between
and this patch

Collapse All | Expand All

(-)ieeefp.h (-3 / +3 lines)
Lines 11-19 Link Here
11
#include <sys/cdefs.h>
11
#include <sys/cdefs.h>
12
#include <machine/ieeefp.h>
12
#include <machine/ieeefp.h>
13
13
14
#ifdef	i386
14
#ifdef __i386__
15
#include <machine/floatingpoint.h>
15
#include <machine/floatingpoint.h>
16
#else
16
#else /* !__i386__ */
17
__BEGIN_DECLS
17
__BEGIN_DECLS
18
extern fp_rnd    fpgetround __P((void));
18
extern fp_rnd    fpgetround __P((void));
19
extern fp_rnd    fpsetround __P((fp_rnd));
19
extern fp_rnd    fpsetround __P((fp_rnd));
Lines 22-27 Link Here
22
extern fp_except fpgetsticky __P((void));
22
extern fp_except fpgetsticky __P((void));
23
extern fp_except fpsetsticky __P((fp_except));
23
extern fp_except fpsetsticky __P((fp_except));
24
__END_DECLS
24
__END_DECLS
25
#endif /* i386 */
25
#endif /* __i386__ */
26
26
27
#endif /* _IEEEFP_H_ */
27
#endif /* _IEEEFP_H_ */

Return to bug 15730