Rename cancelable_wait -> cygwait throughout.
* DevNotes: Add entry cgf-000015. * cygwait.h (cygwait): Don't allow an optional PLARGE_INTERGER argument.
This commit is contained in:
@@ -80,9 +80,9 @@ wait4 (int intpid, int *status, int options, struct rusage *r)
|
||||
if ((waitfor = w->ev) == NULL)
|
||||
goto nochildren;
|
||||
|
||||
res = cancelable_wait (waitfor, cw_infinite, cw_cancel | cw_cancel_self);
|
||||
res = cygwait (waitfor, cw_infinite, cw_cancel | cw_cancel_self);
|
||||
|
||||
sigproc_printf ("%d = cancelable_wait (...)", res);
|
||||
sigproc_printf ("%d = cygwait (...)", res);
|
||||
|
||||
if (w->ev == NULL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user