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:
authorChristopher Faylor <me@cgf.cx>2005-11-11 07:07:30 +0300
committerChristopher Faylor <me@cgf.cx>2005-11-11 07:07:30 +0300
commitb600843ae47042b2c13c37e022a5e51703691c0f (patch)
tree7b34d8cbd5632869abce64db499597a95931c7c1 /winsup/cygwin/include/sys/param.h
parentc845f0c182fa2a9bd2d8f9961e1968ce8d725f54 (diff)
* times.cc (hires_ms::prime): Comment out call to timeBeginPeriod for now.
(hires_ms::usecs): Call prime if haven't called began_period(). * param.h: Don't define stuff that is already defined in endian.h.
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