From 1fef64b22811709b2e640d341237bce1c8081203 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 15 Feb 2005 01:27:10 +0000 Subject: headers for x86_64 --- libc/sysdeps/linux/x86_64/bits/endian.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libc/sysdeps/linux/x86_64/bits/endian.h (limited to 'libc/sysdeps/linux/x86_64/bits/endian.h') diff --git a/libc/sysdeps/linux/x86_64/bits/endian.h b/libc/sysdeps/linux/x86_64/bits/endian.h new file mode 100644 index 000000000..2f59eada2 --- /dev/null +++ b/libc/sysdeps/linux/x86_64/bits/endian.h @@ -0,0 +1,7 @@ +/* x86_64 is little-endian. */ + +#ifndef _ENDIAN_H +# error "Never use directly; include instead." +#endif + +#define __BYTE_ORDER __LITTLE_ENDIAN -- cgit v1.2.3