OSDN Git Service

* sigproc.cc (WAIT_SIG_PRIORITY): Bump to highest priority.
authorcgf <cgf>
Tue, 5 Nov 2002 02:58:09 +0000 (02:58 +0000)
committercgf <cgf>
Tue, 5 Nov 2002 02:58:09 +0000 (02:58 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/sigproc.cc

index be75763..4e96ee4 100644 (file)
@@ -1,5 +1,9 @@
 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>
+
        * include/cygwin/version.h: Bump DLL minor number.
 
 2002-11-03  Christopher Faylor  <cgf@redhat.com>
index 5eeef7f..74fb35c 100644 (file)
@@ -41,7 +41,7 @@ details. */
 #define WSPX              20000 // Wait for wait_sig 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)