summaryrefslogtreecommitdiffstats
path: root/sys/arm64/include
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-06-24 14:51:53 +0000
committeremaste <emaste@FreeBSD.org>2015-06-24 14:51:53 +0000
commitd69ab77394c0a72a8e0ccd3b74978cea749163e6 (patch)
tree011872b84c638d87a50ef2b4d96c1238c85bf7b9 /sys/arm64/include
parent1643cbee0e1216fd04851139d9392961d1b56714 (diff)
downloadFreeBSD-src-d69ab77394c0a72a8e0ccd3b74978cea749163e6.zip
FreeBSD-src-d69ab77394c0a72a8e0ccd3b74978cea749163e6.tar.gz
add floatingpoint.h for arm64
On other architectures floatingpoint.h is a symlink to machine/floatingpoint.h which in turn includes machine/ieeefp.h. Do this on arm64 as well for now. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/arm64/include')
-rw-r--r--sys/arm64/include/floatingpoint.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arm64/include/floatingpoint.h b/sys/arm64/include/floatingpoint.h
new file mode 100644
index 0000000..da2e005
--- /dev/null
+++ b/sys/arm64/include/floatingpoint.h
@@ -0,0 +1,3 @@
+/* $FreeBSD$ */
+
+#include <machine/ieeefp.h>
OpenPOWER on IntegriCloud