* include/cygwin/wait.h (WAIT_ANY): Define.
(WAIT_MYPGRP): Define.
This commit is contained in:
parent
497826e97a
commit
0ba7e5d36b
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue