* sigproc.cc (WAIT_SIG_PRIORITY): Bump to highest priority.
This commit is contained in:
parent
d28888120d
commit
43a299881f
|
@ -1,3 +1,7 @@
|
||||||
|
2002-11-04 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* sigproc.cc (WAIT_SIG_PRIORITY): Bump to highest priority.
|
||||||
|
|
||||||
2002-11-04 Christopher Faylor <cgf@redhat.com>
|
2002-11-04 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* include/cygwin/version.h: Bump DLL minor number.
|
* include/cygwin/version.h: Bump DLL minor number.
|
||||||
|
|
|
@ -41,7 +41,7 @@ details. */
|
||||||
#define WSPX 20000 // Wait for wait_sig to terminate
|
#define WSPX 20000 // Wait for wait_sig to terminate
|
||||||
#define WWSP 20000 // Wait for wait_subproc to terminate
|
#define WWSP 20000 // Wait for wait_subproc to terminate
|
||||||
|
|
||||||
#define WAIT_SIG_PRIORITY THREAD_PRIORITY_NORMAL
|
#define WAIT_SIG_PRIORITY THREAD_PRIORITY_HIGHEST
|
||||||
|
|
||||||
#define TOTSIGS (NSIG + __SIGOFFSET)
|
#define TOTSIGS (NSIG + __SIGOFFSET)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue