diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-12 06:59:25 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-12 06:59:25 +0000 |
commit | ff5f232ff7141bf618066fe85ec7e70827588c01 (patch) | |
tree | d9622c4190ecd2f956b7c4e282f72524325a341f /libc/sysdeps/linux/arm/bits/mathinline.h | |
parent | 0b9e396eb726defbe04763ab920b493e7edd361a (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.h | 12 |
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 |