fix build with uclibc-ng
[project/librpc-uclibc.git] / xdr_float.c
index fd3863f..8d9ca41 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