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/DevNotes
parent962f9a2ccc6cd7f24a2d89d68bd8b59d43f8ac8a (diff)
Change "set_thread_waiting" to "set_signal_arrived" throughout.
Diffstat (limited to 'winsup/cygwin/DevNotes')
-rw-r--r--winsup/cygwin/DevNotes2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/DevNotes b/winsup/cygwin/DevNotes
index cd8caf886..e78348897 100644
--- a/winsup/cygwin/DevNotes
+++ b/winsup/cygwin/DevNotes
@@ -4,7 +4,7 @@ These changes reflect a revamp of the "wait for signal" functionality
which has existed in Cygwin through several signal massages.
We now create a signal event only when a thread is waiting for a signal
-and arm it only for that thread. The "set_thread_waiting" function is
+and arm it only for that thread. The "set_signal_arrived" function is
used to establish the event and set it in a location referencable by
the caller.