From b5bbbc0f5f2c2c36c56249c7b2e305eb78cab7e3 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 10 May 2002 08:28:15 +0000 Subject: First pass attempt at an alpha port --- libc/sysdeps/linux/alpha/bits/endian.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libc/sysdeps/linux/alpha/bits/endian.h (limited to 'libc/sysdeps/linux/alpha/bits/endian.h') diff --git a/libc/sysdeps/linux/alpha/bits/endian.h b/libc/sysdeps/linux/alpha/bits/endian.h new file mode 100644 index 000000000..8a16e14e2 --- /dev/null +++ b/libc/sysdeps/linux/alpha/bits/endian.h @@ -0,0 +1,7 @@ +/* Alpha is little-endian. */ + +#ifndef _ENDIAN_H +# error "Never use directly; include instead." +#endif + +#define __BYTE_ORDER __LITTLE_ENDIAN -- cgit v1.2.3