summaryrefslogtreecommitdiff
path: root/sysdeps/stub/bits/mathinline.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/bits/mathinline.h')
-rw-r--r--sysdeps/stub/bits/mathinline.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/stub/bits/mathinline.h b/sysdeps/stub/bits/mathinline.h
index 8159c89b94..5498af6b63 100644
--- a/sysdeps/stub/bits/mathinline.h
+++ b/sysdeps/stub/bits/mathinline.h
@@ -4,3 +4,9 @@
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