Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2]: src/include Pull up following revision(s) (requested by oster...



details:   https://anonhg.NetBSD.org/src/rev/0916e7a280a6
branches:  netbsd-2
changeset: 564344:0916e7a280a6
user:      riz <riz%NetBSD.org@localhost>
date:      Thu Dec 01 16:27:50 2005 +0000

description:
Pull up following revision(s) (requested by oster in ticket #8833):
        include/ieeefp.h: revision 1.7 via patch
PR/32108: Greg Oster: fpgetmask() linking failure with g++ on macppc
Missing __{BEGIN,END}_DECLS.

diffstat:

 include/ieeefp.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 7ee20d4a69be -r 0916e7a280a6 include/ieeefp.h
--- a/include/ieeefp.h  Thu Dec 01 16:18:34 2005 +0000
+++ b/include/ieeefp.h  Thu Dec 01 16:27:50 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ieeefp.h,v 1.5 2000/06/13 01:21:53 simonb Exp $        */
+/*     $NetBSD: ieeefp.h,v 1.5.10.1 2005/12/01 16:27:50 riz 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 __P((void));
 fp_rnd    fpsetround __P((fp_rnd));
 fp_except fpgetmask __P((void));
 fp_except fpsetmask __P((fp_except));
 fp_except fpgetsticky __P((void));
 fp_except fpsetsticky __P((fp_except));
+__END_DECLS
 
 #endif /* _IEEEFP_H_ */



Home | Main Index | Thread Index | Old Index