Ensure we use gnulib mktime rather than glibc's mktime, on hosts
[gnulib.git] / 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.  */