diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-09-27 05:25:55 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-09-27 05:25:55 +0000 |
commit | fec403c593168e63ad7e6414f6e8df8ab11a7d8f (patch) | |
tree | 3868f9ddf22cdddb92728f05ea5008f702fca2f8 /libc/sysdeps/linux/arm/bits/fenvinline.h | |
parent | 2512c847453c24b928c34beed88902fbb6877b7a (diff) |
Finish syncing up arm
Diffstat (limited to 'libc/sysdeps/linux/arm/bits/fenvinline.h')
-rw-r--r-- | libc/sysdeps/linux/arm/bits/fenvinline.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/arm/bits/fenvinline.h b/libc/sysdeps/linux/arm/bits/fenvinline.h new file mode 100644 index 000000000..42f77b561 --- /dev/null +++ b/libc/sysdeps/linux/arm/bits/fenvinline.h @@ -0,0 +1,8 @@ +/* This file provides inline versions of floating-pint environment + handling functions. If there were any. */ + +#ifndef __NO_MATH_INLINES + +/* Here is where the code would go. */ + +#endif |