Bugzilla: 61747. netbsd
git-svn-id: svn://10.0.0.236/trunk@83189 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3124c393c1
commit
2117dd5e21
@ -45,7 +45,7 @@
|
||||
|
||||
#define PR_AF_INET6 24 /* same as AF_INET6 */
|
||||
|
||||
#if defined(__i386__) || defined(__arm32__)
|
||||
#if defined(__i386__) || defined(__arm32__) || defined(__MIPSEL__)
|
||||
|
||||
#define IS_LITTLE_ENDIAN 1
|
||||
#undef IS_BIG_ENDIAN
|
||||
@ -91,7 +91,7 @@
|
||||
#define PR_ALIGN_OF_DOUBLE 4
|
||||
#define PR_ALIGN_OF_POINTER 4
|
||||
|
||||
#elif defined(__sparc__) || defined(__mips__)
|
||||
#elif defined(__sparc__) || defined(__MIPSEB__)
|
||||
|
||||
#undef IS_LITTLE_ENDIAN
|
||||
#define IS_BIG_ENDIAN 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user