Define endianess for HPPA.

This commit is contained in:
Ulrich Drepper 1999-08-25 20:18:37 +00:00
parent 8c1f89e911
commit 02043cd067

View File

@ -0,0 +1,7 @@
/* hppa1.1 big-endian. */
#ifndef _ENDIAN_H
# error "Never use <bits/endian.h> directly; include <endian.h> instead."
#endif
#define __BYTE_ORDER __BIG_ENDIAN