mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 22:50:07 +00:00
(LSW): Depend on __FLOAT_WORD_ORDER not __BYTE_ORDER.
This commit is contained in:
parent
9968062d13
commit
a6207403e6
@ -52,7 +52,7 @@ static char sccsid[] = "@(#)xdr_float.c 1.12 87/08/11 Copyr 1984 Sun Micro";
|
||||
* This routine works on Suns (Sky / 68000's) and Vaxen.
|
||||
*/
|
||||
|
||||
#define LSW (__BYTE_ORDER == __BIG_ENDIAN)
|
||||
#define LSW (__FLOAT_WORD_ORDER == __BIG_ENDIAN)
|
||||
|
||||
#ifdef vax
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user