Source-Changes-HG archive

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

[src/netbsd-7]: src/sys/arch/arm/include Pull up following revision(s) (reque...



details:   https://anonhg.NetBSD.org/src/rev/3e7fa52277b7
branches:  netbsd-7
changeset: 799114:3e7fa52277b7
user:      snj <snj%NetBSD.org@localhost>
date:      Wed Mar 18 08:36:44 2015 +0000

description:
Pull up following revision(s) (requested by joerg in ticket #616):
        sys/arch/arm/include/fenv.h: revision 1.3
__BEGIN_DECLS and __END_DECLS only exist if sys/cdefs.h was included.

diffstat:

 sys/arch/arm/include/fenv.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 83f9570ac42c -r 3e7fa52277b7 sys/arch/arm/include/fenv.h
--- a/sys/arch/arm/include/fenv.h       Wed Mar 18 08:33:08 2015 +0000
+++ b/sys/arch/arm/include/fenv.h       Wed Mar 18 08:36:44 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fenv.h,v 1.2 2014/01/29 00:22:09 matt Exp $    */
+/*     $NetBSD: fenv.h,v 1.2.6.1 2015/03/18 08:36:44 snj Exp $ */
 
 /* 
  * Based on ieeefp.h written by J.T. Conklin, Apr 28, 1995
@@ -8,6 +8,8 @@
 #ifndef _ARM_FENV_H_
 #define _ARM_FENV_H_
 
+#include <sys/cdefs.h>
+
 #ifdef __ARM_PCS_AAPCS64
 /* AArch64 split FPSCR into two registers FPCR and FPSR */
 typedef struct {



Home | Main Index | Thread Index | Old Index