From 17743fbc49ebb23300e0a36d8c5a27ed63e2bf41 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 4 May 2001 20:39:38 +0000 Subject: * exceptions.cc (ctrl_c_handler): Always send signal to process if it has no tty. --- winsup/cygwin/pinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/pinfo.h') diff --git a/winsup/cygwin/pinfo.h b/winsup/cygwin/pinfo.h index 89ed546..6e54845 100644 --- a/winsup/cygwin/pinfo.h +++ b/winsup/cygwin/pinfo.h @@ -15,7 +15,7 @@ enum __SIGFLUSH = -2, __SIGSTRACE = -1, __SIGUNUSED = 0, - __SIGOFFSET = 3 + __SIGOFFSET = 2 }; #define PSIZE 63 -- cgit v1.1