This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

WFSO & WFSO


In "sigproc.cc", there are two functions WFSO and WFMO that wrap
the two WaitFor... functions with a sigframe.

In "debug.h" there are the following two defines:

#define WaitForSingleObject WFSO
#define WaitForMultipleObject WFMO

Assuming that the second of these is a typo for
"WaitForMultipleObjects" (note plural), I've attached a patch.

// Conrad

Attachment: ChangeLog.txt
Description: Text document

Attachment: WFMO.patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]