* include/cygwin/wait.h (WAIT_ANY): Define.

(WAIT_MYPGRP): Define.
This commit is contained in:
Yaakov Selkowitz 2012-12-06 08:32:58 +00:00
parent 497826e97a
commit 0ba7e5d36b
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2012-12-06 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* include/cygwin/wait.h (WAIT_ANY): Define.
(WAIT_MYPGRP): Define.
2012-12-05 Corinna Vinschen <corinna@vinschen.de>
* child_info.h (class child_info_spawn): Drop unused member lock.

View File

@ -11,6 +11,9 @@ details. */
#ifndef _CYGWIN_WAIT_H
#define _CYGWIN_WAIT_H
#define WAIT_ANY (pid_t)-1
#define WAIT_MYPGRP (pid_t)0
#define WNOHANG 1
#define WUNTRACED 2
#define WCONTINUED 8