Module Name: src
Committed By: joerg
Date: Tue Mar 17 12:20:02 UTC 2015
Modified Files:
src/sys/arch/arm/include: fenv.h
Log Message:
__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.3 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.3
--- src/sys/arch/arm/include/fenv.h:1.2 Wed Jan 29 00:22:09 2014
+++ src/sys/arch/arm/include/fenv.h Tue Mar 17 12:20:02 2015
@@ -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 {