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>2012-07-23 08:36:48 +0400
committerChristopher Faylor <me@cgf.cx>2012-07-23 08:36:48 +0400
commit44aa2292b745468ad349f771f6f257db0e7f601a (patch)
treeae59c7cfa4ea7a4e3fcaaf770136d5bd59ea3052 /winsup/cygwin/flock.cc
parent962f9a2ccc6cd7f24a2d89d68bd8b59d43f8ac8a (diff)
Change "set_thread_waiting" to "set_signal_arrived" throughout.
Diffstat (limited to 'winsup/cygwin/flock.cc')
-rw-r--r--winsup/cygwin/flock.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/flock.cc b/winsup/cygwin/flock.cc
index 9a5c8dae6..4d683cfd4 100644
--- a/winsup/cygwin/flock.cc
+++ b/winsup/cygwin/flock.cc
@@ -1247,7 +1247,7 @@ lf_setlock (lockf_t *lock, inode_t *node, lockf_t **clean, HANDLE fhdl)
timeout = 100L;
DWORD WAIT_SIGNAL_ARRIVED = WAIT_OBJECT_0 + wait_count;
- set_thread_waiting here (w4[wait_count++]);
+ set_signal_arrived here (w4[wait_count++]);
DWORD WAIT_THREAD_CANCELED = WAIT_TIMEOUT + 1;
HANDLE cancel_event = pthread::get_cancel_event ();