OSDN Git Service

Fix final round of gcc warnings relating to unused parameters.
authorcgf <cgf>
Thu, 24 Feb 2000 06:45:31 +0000 (06:45 +0000)
committercgf <cgf>
Thu, 24 Feb 2000 06:45:31 +0000 (06:45 +0000)
commitd199d3351b65f6878254abe9bfc68bfc76b86f9c
treec1de2c2fe93a781b387ec48f85b930c7d8461f64
parente8913d89592f006d8386732b0826550477ab51fe
Fix final round of gcc warnings relating to unused parameters.
* debug.cc (iscygthread): New function.
* debug.h: Declare it.
* exceptions.cc (set_process_mask): Flush pending signals.
(handle_sigsuspend): No need to flush pending signals.
(call_handler): Refine previous tests of muto ownership.  Only clear wait()'s
when we have definitely responded to a signal.
* fhandler_console.cc (fhandler_console::read): Don't set EINTR if executing in
a "cygwin" thread.
* sigproc.cc (proc_subproc): Use second argument to control whether CLEARWAIT
actually sets "signalled" flag.
* sync.h (muto): Add 'unstable' method.
winsup/cygwin/ChangeLog
winsup/cygwin/debug.cc
winsup/cygwin/debug.h
winsup/cygwin/exceptions.cc
winsup/cygwin/fhandler_console.cc
winsup/cygwin/sigproc.cc
winsup/cygwin/sigproc.h
winsup/cygwin/sync.cc
winsup/cygwin/sync.h