added wait4() prototype for solaris
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -35,6 +35,11 @@
|
|||||||
#include <sys/systeminfo.h>
|
#include <sys/systeminfo.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __SOLARIS__
|
||||||
|
// somehow missing from sys/wait.h but in the system's docs
|
||||||
|
pid_t wait4(pid_t pid, int *statusp, int options, struct rusage *rusage);
|
||||||
|
#endif
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
// misc.
|
// misc.
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
@@ -35,6 +35,11 @@
|
|||||||
#include <sys/systeminfo.h>
|
#include <sys/systeminfo.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __SOLARIS__
|
||||||
|
// somehow missing from sys/wait.h but in the system's docs
|
||||||
|
pid_t wait4(pid_t pid, int *statusp, int options, struct rusage *rusage);
|
||||||
|
#endif
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
// misc.
|
// misc.
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user