diff options
Diffstat (limited to 'Inferno/thumb/include/lib9.h')
| -rw-r--r-- | Inferno/thumb/include/lib9.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Inferno/thumb/include/lib9.h b/Inferno/thumb/include/lib9.h new file mode 100644 index 00000000..aa72ded4 --- /dev/null +++ b/Inferno/thumb/include/lib9.h @@ -0,0 +1,8 @@ +#include <u.h> +#include <kern.h> + +/* + * Extensions for Inferno to basic libc.h + */ + +#undef __LITTLE_ENDIAN /* math/dtoa.c; longs in ARM doubles are big-endian */ |
