PR/32108: Greg Oster: fpgetmask() linking failure with g++ on macppc
Missing __{BEGIN,END}_DECLS.
This commit is contained in:
parent
658bb45a8b
commit
8e7266788d
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: ieeefp.h,v 1.6 2005/02/03 04:39:32 perry Exp $ */
|
||||
/* $NetBSD: ieeefp.h,v 1.7 2005/11/18 20:02:59 christos Exp $ */
|
||||
|
||||
/*
|
||||
* Written by J.T. Conklin, Apr 6, 1995
|
||||
|
@ -11,11 +11,13 @@
|
|||
#include <sys/cdefs.h>
|
||||
#include <machine/ieeefp.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
fp_rnd fpgetround(void);
|
||||
fp_rnd fpsetround(fp_rnd);
|
||||
fp_except fpgetmask(void);
|
||||
fp_except fpsetmask(fp_except);
|
||||
fp_except fpgetsticky(void);
|
||||
fp_except fpsetsticky(fp_except);
|
||||
__END_DECLS
|
||||
|
||||
#endif /* _IEEEFP_H_ */
|
||||
|
|
Loading…
Reference in New Issue