OSDN Git Service

* hires.h (hires::usecs): Rename from utime. Accept an argument.
authorcgf <cgf>
Fri, 15 Feb 2002 17:06:39 +0000 (17:06 +0000)
committercgf <cgf>
Fri, 15 Feb 2002 17:06:39 +0000 (17:06 +0000)
commit8ff3ffcfa6d55a8b37add1945e876b59bcf917ae
tree3a047a6e5e599a99e05bc5e8a976abab67b3118f
parent00f40816a9afe4a0f94c58c4321976773ef072a6
* hires.h (hires::usecs): Rename from utime.  Accept an argument.
* strace.cc (strace::microseconds): Use hires class for calculating times.
* sync.h (new_muto): Use NO_COPY explicitly in declaration.
* times.cc (gettimeofday): Reflect change in usecs argument.
(hires::usecs): Ditto.  Changed name from utime.
* winsup.h (NO_COPY): Add nocommon attribute to force setting aside space for
variable.
* regcomp.c (REQUIRE): Add a void cast to bypass a warning.
winsup/cygwin/ChangeLog
winsup/cygwin/hires.h
winsup/cygwin/regex/regcomp.c
winsup/cygwin/strace.cc
winsup/cygwin/sync.h
winsup/cygwin/times.cc
winsup/cygwin/winsup.h