summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/bits/mathinline.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-12 06:59:25 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-12 06:59:25 +0000
commitff5f232ff7141bf618066fe85ec7e70827588c01 (patch)
treed9622c4190ecd2f956b7c4e282f72524325a341f /libc/sysdeps/linux/arm/bits/mathinline.h
parent0b9e396eb726defbe04763ab920b493e7edd361a (diff)
These seem to be missing also
Diffstat (limited to 'libc/sysdeps/linux/arm/bits/mathinline.h')
-rw-r--r--libc/sysdeps/linux/arm/bits/mathinline.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/arm/bits/mathinline.h b/libc/sysdeps/linux/arm/bits/mathinline.h
new file mode 100644
index 000000000..5498af6b6
--- /dev/null
+++ b/libc/sysdeps/linux/arm/bits/mathinline.h
@@ -0,0 +1,12 @@
+/* This file should provide inline versions of math functions.
+
+ Surround GCC-specific parts with #ifdef __GNUC__, and use `extern __inline'.
+
+ This file should define __MATH_INLINES if functions are actually defined as
+ inlines. */
+
+#if !defined __NO_MATH_INLINES && defined __OPTIMIZE__
+
+/* Here goes the real code. */
+
+#endif