Apache Mesos
Namespaces | Macros
wait.hpp File Reference
#include <sys/wait.h>

Go to the source code of this file.

Namespaces

 os
 

Macros

#define W_EXITCODE(ret, sig)   ((ret) << 8 | (sig))
 

Macro Definition Documentation

#define W_EXITCODE (   ret,
  sig 
)    ((ret) << 8 | (sig))