fix musl compatibility
[project/librpc-uclibc.git] / xdr_float.c
index fd3863ff57bfa08056b3ef0b9040d926c3d42e77..8d9ca41c45dbace413ed5278ec472de76d0ea4a3 100644 (file)
@@ -55,7 +55,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    (__FLOAT_WORD_ORDER == __BIG_ENDIAN)
+#define LSW    (__BYTE_ORDER == __BIG_ENDIAN)
 
 #ifdef vax