OSDN Git Service

2011-10-06 Christian Franke <franke@computer.org>
authorchrfranke <chrfranke>
Thu, 6 Oct 2011 16:02:34 +0000 (16:02 +0000)
committerchrfranke <chrfranke>
Thu, 6 Oct 2011 16:02:34 +0000 (16:02 +0000)
commit0e17678bf754c13ce191566e5f9e559f7c4ac777
treeae235cdc5f1605c6ea2e3f61230a69e8b67cf814
parenta8f4f1b2d125a0a22d65b93f2eaeacbb291aba0d
2011-10-06  Christian Franke  <franke@computer.org>

* include/cygwin/wait.h: Use new __wait_status_to_int()
macro to access status value in W*() status checks.
Fix status description.
* include/sys/wait.h: Allow `int' and `union wait' as
wait status parameter.  Change __wait_status_to_int()
macro and wait () prototypes accordingly.  Add inline
functions for C++.  Remove extra `;'.
winsup/cygwin/ChangeLog
winsup/cygwin/include/cygwin/wait.h
winsup/cygwin/include/sys/wait.h