summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2011-10-16 05:37:56 +0000
committerdas <das@FreeBSD.org>2011-10-16 05:37:56 +0000
commit1e6760c16a8dea9759f48383502936b1143f5162 (patch)
tree617ae51168fd9d0bae2e9649f53507650c2b5d30 /lib
parenta02803f566cbdfec514682c415fc077afe87628d (diff)
downloadFreeBSD-src-1e6760c16a8dea9759f48383502936b1143f5162.zip
FreeBSD-src-1e6760c16a8dea9759f48383502936b1143f5162.tar.gz
Use #include "fenv.h" instead of #include <fenv.h>. This makes it
more convenient to compile the math library by itself. Requested by: bde
Diffstat (limited to 'lib')
-rw-r--r--lib/msun/amd64/fenv.c2
-rw-r--r--lib/msun/arm/fenv.c2
-rw-r--r--lib/msun/i387/fenv.c2
-rw-r--r--lib/msun/ia64/fenv.c2
-rw-r--r--lib/msun/mips/fenv.c2
-rw-r--r--lib/msun/powerpc/fenv.c2
-rw-r--r--lib/msun/sparc64/fenv.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/lib/msun/amd64/fenv.c b/lib/msun/amd64/fenv.c
index c543bd5..bd267e5 100644
--- a/lib/msun/amd64/fenv.c
+++ b/lib/msun/amd64/fenv.c
@@ -31,7 +31,7 @@
#include <machine/fpu.h>
#define __fenv_static
-#include <fenv.h>
+#include "fenv.h"
#ifdef __GNUC_GNU_INLINE__
#error "This file must be compiled with C99 'inline' semantics"
diff --git a/lib/msun/arm/fenv.c b/lib/msun/arm/fenv.c
index f96bb64..a5a5c03 100644
--- a/lib/msun/arm/fenv.c
+++ b/lib/msun/arm/fenv.c
@@ -27,7 +27,7 @@
*/
#define __fenv_static
-#include <fenv.h>
+#include "fenv.h"
#ifdef __GNUC_GNU_INLINE__
#error "This file must be compiled with C99 'inline' semantics"
diff --git a/lib/msun/i387/fenv.c b/lib/msun/i387/fenv.c
index f116e02..fafe220 100644
--- a/lib/msun/i387/fenv.c
+++ b/lib/msun/i387/fenv.c
@@ -31,7 +31,7 @@
#include <machine/npx.h>
#define __fenv_static
-#include <fenv.h>
+#include "fenv.h"
#ifdef __GNUC_GNU_INLINE__
#error "This file must be compiled with C99 'inline' semantics"
diff --git a/lib/msun/ia64/fenv.c b/lib/msun/ia64/fenv.c
index 9e760da..09d2d4e 100644
--- a/lib/msun/ia64/fenv.c
+++ b/lib/msun/ia64/fenv.c
@@ -29,7 +29,7 @@
#include <sys/types.h>
#define __fenv_static
-#include <fenv.h>
+#include "fenv.h"
#ifdef __GNUC_GNU_INLINE__
#error "This file must be compiled with C99 'inline' semantics"
diff --git a/lib/msun/mips/fenv.c b/lib/msun/mips/fenv.c
index f96bb64..a5a5c03 100644
--- a/lib/msun/mips/fenv.c
+++ b/lib/msun/mips/fenv.c
@@ -27,7 +27,7 @@
*/
#define __fenv_static
-#include <fenv.h>
+#include "fenv.h"
#ifdef __GNUC_GNU_INLINE__
#error "This file must be compiled with C99 'inline' semantics"
diff --git a/lib/msun/powerpc/fenv.c b/lib/msun/powerpc/fenv.c
index 9191a48..3f4801b 100644
--- a/lib/msun/powerpc/fenv.c
+++ b/lib/msun/powerpc/fenv.c
@@ -27,7 +27,7 @@
*/
#define __fenv_static
-#include <fenv.h>
+#include "fenv.h"
#ifdef __GNUC_GNU_INLINE__
#error "This file must be compiled with C99 'inline' semantics"
diff --git a/lib/msun/sparc64/fenv.c b/lib/msun/sparc64/fenv.c
index a1db64e..c4d3e5d 100644
--- a/lib/msun/sparc64/fenv.c
+++ b/lib/msun/sparc64/fenv.c
@@ -27,7 +27,7 @@
*/
#define __fenv_static
-#include <fenv.h>
+#include "fenv.h"
#ifdef __GNUC_GNU_INLINE__
#error "This file must be compiled with C99 'inline' semantics"
OpenPOWER on IntegriCloud