diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-03-16 01:06:29 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-03-16 01:06:29 +0000 |
commit | 39f83819e26ed9c63386bdf254d2f6751f54cce9 (patch) | |
tree | 45ffe8236f3641ca0b5a9704b5c2b32d52e19d95 /libc/sysdeps/linux/powerpc/bits/endian.h | |
parent | aed7ad54eb30fc388b95f98ad4980e8133975656 (diff) |
Add powerpc port done by David Schleef <ds@schleef.org>
Diffstat (limited to 'libc/sysdeps/linux/powerpc/bits/endian.h')
-rw-r--r-- | libc/sysdeps/linux/powerpc/bits/endian.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/powerpc/bits/endian.h b/libc/sysdeps/linux/powerpc/bits/endian.h new file mode 100644 index 000000000..43b54a35d --- /dev/null +++ b/libc/sysdeps/linux/powerpc/bits/endian.h @@ -0,0 +1,8 @@ +/* powerpc is big endian */ + +#ifndef _ENDIAN_H +# error "Never use <bits/endian.h> directly; include <endian.h> instead." +#endif + +#define __BYTE_ORDER __BIG_ENDIAN + |