* include/sys/wait.h: Remove C++ inline functions for `union wait'. For C++

use `void *' as __wait_status_ptr_t instead.  This is less type safe but fixes
compile error on `wait(NULL)'.  Remove extra `;'.
This commit is contained in:
Christopher Faylor
2012-02-08 19:51:13 +00:00
parent bb2b641c13
commit 30c66cea49
2 changed files with 16 additions and 16 deletions

View File

@@ -1,3 +1,9 @@
2012-02-08 Christian Franke <franke@computer.org>
* include/sys/wait.h: Remove C++ inline functions for `union wait'.
For C++ use `void *' as __wait_status_ptr_t instead. This is less type
safe but fixes compile error on `wait(NULL)'. Remove extra `;'.
2012-02-08 Corinna Vinschen <corinna@vinschen.de>
* sigproc.cc (child_info_fork::abort): Call TerminateProcess rather