Update from libc.
authorJim Meyering <jim@meyering.net>
Sat, 28 Oct 2000 08:24:44 +0000 (08:24 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 28 Oct 2000 08:24:44 +0000 (08:24 +0000)
lib/memcmp.c

index 98dcb76..5756bc0 100644 (file)
 #ifdef _LIBC
 
 # include <memcopy.h>
+# include <endian.h>
+
+# if __BYTE_ORDER == __BIG_ENDIAN
+#  define WORDS_BIGENDIAN
+# endif
 
 #else  /* Not in the GNU C library.  */