Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/include/sys/param.h')
-rw-r--r--winsup/cygwin/include/sys/param.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/include/sys/param.h b/winsup/cygwin/include/sys/param.h
index 811b5ee56..349313f20 100644
--- a/winsup/cygwin/include/sys/param.h
+++ b/winsup/cygwin/include/sys/param.h
@@ -38,6 +38,7 @@
BSD variant of this constant. */
#define DEV_BSIZE 1024
+#if 0 /* defined in endian.h */
/* Some autoconf'd packages check for endianness. When cross-building we
can't run programs on the target. Fortunately, autoconf supports the
definition of byte order in sys/param.h (that's us!).
@@ -48,6 +49,7 @@
/* All known win32 systems are little endian. */
#define BYTE_ORDER LITTLE_ENDIAN
+#endif
#ifndef NULL
#define NULL 0L