diff options
author | Christopher Faylor <me@cgf.cx> | 2005-11-11 04:07:30 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-11-11 04:07:30 +0000 |
commit | b600843ae47042b2c13c37e022a5e51703691c0f (patch) | |
tree | 7b34d8cbd5632869abce64db499597a95931c7c1 /winsup/cygwin/include/sys/param.h | |
parent | c845f0c182fa2a9bd2d8f9961e1968ce8d725f54 (diff) | |
download | cygnal-b600843ae47042b2c13c37e022a5e51703691c0f.tar.gz cygnal-b600843ae47042b2c13c37e022a5e51703691c0f.tar.bz2 cygnal-b600843ae47042b2c13c37e022a5e51703691c0f.zip |
* 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.h | 2 |
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 |