]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/utilsgtk.cpp
Bit fiddling.
[wxWidgets.git] / src / gtk1 / utilsgtk.cpp
index 07ca4f5658c010913bc3d4f0fb841a24466382ac..2befc47dc371629195b12934488950d58f992bc8 100644 (file)
 
 #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);   
+extern "C"
+{
+   pid_t wait4(pid_t pid, int *statusp, int options, struct rusage
+               *rusage);
+}
 #endif
 
 //------------------------------------------------------------------------