Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/cygwait.h')
-rw-r--r--winsup/cygwin/cygwait.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/cygwin/cygwait.h b/winsup/cygwin/cygwait.h
index 707976786..496817bcf 100644
--- a/winsup/cygwin/cygwait.h
+++ b/winsup/cygwin/cygwait.h
@@ -1,6 +1,6 @@
/* cygwait.h
- Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
+ Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
Red Hat, Inc.
This file is part of Cygwin.
@@ -19,7 +19,8 @@ enum cw_wait_mask
cw_cancel = 0x0001,
cw_cancel_self = 0x0002,
cw_sig = 0x0004,
- cw_sig_eintr = 0x0008
+ cw_sig_eintr = 0x0008,
+ cw_sig_cont = 0x0010
};
extern LARGE_INTEGER cw_nowait_storage;