Coda Distributed File System
Macros
coda_wait.h File Reference
#include <sys/types.h>
#include <sys/wait.h>
Include dependency graph for coda_wait.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define WEXITSTATUS(x)   ((unsigned(x) >> 8)
 
#define WTERMSIG(x)   ((x) & 255)
 
#define WCOREDUMP(x)   ((x) & 0200)
 

Macro Definition Documentation

◆ WCOREDUMP

#define WCOREDUMP (   x)    ((x) & 0200)

◆ WEXITSTATUS

#define WEXITSTATUS (   x)    ((unsigned(x) >> 8)

◆ WTERMSIG

#define WTERMSIG (   x)    ((x) & 255)