Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/include __BEGIN_DECLS and __END_DECLS only exis...



details:   https://anonhg.NetBSD.org/src/rev/85cb46cfec33
branches:  trunk
changeset: 806899:85cb46cfec33
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Mar 17 12:20:02 2015 +0000

description:
__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 9191c67cf10d -r 85cb46cfec33 sys/arch/arm/include/fenv.h
--- a/sys/arch/arm/include/fenv.h       Tue Mar 17 09:39:29 2015 +0000
+++ b/sys/arch/arm/include/fenv.h       Tue Mar 17 12:20:02 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.3 2015/03/17 12:20:02 joerg 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