diff options
Diffstat (limited to 'sysdeps/stub/__math.h')
-rw-r--r-- | sysdeps/stub/__math.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/stub/__math.h b/sysdeps/stub/__math.h new file mode 100644 index 0000000000..8159c89b94 --- /dev/null +++ b/sysdeps/stub/__math.h @@ -0,0 +1,6 @@ +/* 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. */ |