mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-09 04:11:27 +08:00
Define endianess for HPPA.
This commit is contained in:
parent
8c1f89e911
commit
02043cd067
7
sysdeps/hppa/bits/endian.h
Normal file
7
sysdeps/hppa/bits/endian.h
Normal 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
|
Loading…
Reference in New Issue
Block a user