diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-04-01 11:44:34 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-04-01 11:44:34 +0000 |
commit | 193d725142ec7f946088890e0654a11db0c3c6c8 (patch) | |
tree | 2fca0a6bc97debf90869e029f623f22a2cf3acde /libc/sysdeps/linux/h8300/bits/endian.h | |
parent | 556cb45061f0c89831972fc6c8554d3b108c3009 (diff) |
Patches from Yoshinori Sato <qzb04471@nifty.ne.jp> to fix h8300
support for pthreads and update for the latest and greatest.
Diffstat (limited to 'libc/sysdeps/linux/h8300/bits/endian.h')
-rw-r--r-- | libc/sysdeps/linux/h8300/bits/endian.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/h8300/bits/endian.h b/libc/sysdeps/linux/h8300/bits/endian.h new file mode 100644 index 000000000..383918d66 --- /dev/null +++ b/libc/sysdeps/linux/h8300/bits/endian.h @@ -0,0 +1,7 @@ +/* H8/300 is big-endian. */ + +#ifndef _ENDIAN_H +# error "Never use <bits/endian.h> directly; include <endian.h> instead." +#endif + +#define __BYTE_ORDER __BIG_ENDIAN |