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>2011-05-02 19:28:35 +0400
committerChristopher Faylor <me@cgf.cx>2011-05-02 19:28:35 +0400
commit8978381c2a9661e373e9f4f7a7776ceefb016380 (patch)
treea0a845c18f581d856e22736f707299276785dfec /winsup/cygwin/times.cc
parent138f3e0cbdd1f2574963c2134f894a241fd1f348 (diff)
Eliminate trailing whitespace in some files.
* dll_init.cc (dll_list::alloc): Reset 'p' in forked process. * select.cc (select_stuff::wait): Move cleanup() closer to WFMO to minimize unavoidable (?) race.
Diffstat (limited to 'winsup/cygwin/times.cc')
-rw-r--r--winsup/cygwin/times.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/times.cc b/winsup/cygwin/times.cc
index 9f94d2dd4..c28c0bab6 100644
--- a/winsup/cygwin/times.cc
+++ b/winsup/cygwin/times.cc
@@ -513,7 +513,7 @@ hires_ms::timeGetTime_ns ()
of the value returned by timeGetTime, only relative accuracy, we can skip
this step. However, if we ever find out that we need absolute accuracy,
here's how it works in it's full beauty:
-
+
- At process startup, winmm initializes two calibration values:
DWORD tick_count_start;