Module Name: src
Committed By: snj
Date: Wed Mar 18 08:36:44 UTC 2015
Modified Files:
src/sys/arch/arm/include [netbsd-7]: fenv.h
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.6.1 src/sys/arch/arm/include/fenv.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/arm/include/fenv.h
diff -u src/sys/arch/arm/include/fenv.h:1.2 src/sys/arch/arm/include/fenv.h:1.2.6.1
--- src/sys/arch/arm/include/fenv.h:1.2 Wed Jan 29 00:22:09 2014
+++ src/sys/arch/arm/include/fenv.h Wed Mar 18 08:36:44 2015
@@ -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 {