From: Ulrich Drepper Date: Mon, 11 Oct 1999 23:52:33 +0000 (+0000) Subject: (LSW): Depend on __FLOAT_WORD_ORDER not __BYTE_ORDER. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6207403e641764f0e985654187e8e3867463cd8;p=thirdparty%2Fglibc.git (LSW): Depend on __FLOAT_WORD_ORDER not __BYTE_ORDER. --- diff --git a/sunrpc/xdr_float.c b/sunrpc/xdr_float.c index 2e1e37f0a27..0a7d9707d59 100644 --- a/sunrpc/xdr_float.c +++ b/sunrpc/xdr_float.c @@ -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