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-11-29 21:26:57 +0400
committerChristopher Faylor <me@cgf.cx>2011-11-29 21:26:57 +0400
commit6a28849237d7fb5b3c10134864956680c4e87328 (patch)
treef814f7d35228620faa82aab3aa116677e7e2a4ef /winsup/cygwin/sync.cc
parent480b13a37aa1ca2e8ef6135a6d8dd9462c3df30e (diff)
* sync.cc: Fix comment.
* dll_init.cc (dll_list::reserve_space): Use %p rather than %lx to show reserved space.
Diffstat (limited to 'winsup/cygwin/sync.cc')
-rw-r--r--winsup/cygwin/sync.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/cygwin/sync.cc b/winsup/cygwin/sync.cc
index 0731fd18f..f3796272f 100644
--- a/winsup/cygwin/sync.cc
+++ b/winsup/cygwin/sync.cc
@@ -69,8 +69,7 @@ muto::~muto ()
Note: The goal here is to minimize, as much as possible, calls to the
OS. Hence the use of InterlockedIncrement, etc., rather than (much) more
- expensive OS mutexes. Also note that the only two valid "ms" times are
- 0 and INFINITE. */
+ expensive OS mutexes. */
int
muto::acquire (DWORD ms)
{