From 193d725142ec7f946088890e0654a11db0c3c6c8 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 1 Apr 2002 11:44:34 +0000 Subject: Patches from Yoshinori Sato to fix h8300 support for pthreads and update for the latest and greatest. --- libc/sysdeps/linux/h8300/bits/endian.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libc/sysdeps/linux/h8300/bits/endian.h (limited to 'libc/sysdeps/linux/h8300/bits/endian.h') 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 directly; include instead." +#endif + +#define __BYTE_ORDER __BIG_ENDIAN -- cgit v1.2.3