Coda Distributed File System
|
#include <sys/types.h>
#include <sys/wait.h>
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) |
#define WCOREDUMP | ( | x | ) | ((x) & 0200) |
#define WEXITSTATUS | ( | x | ) | ((unsigned(x) >> 8) |
#define WTERMSIG | ( | x | ) | ((x) & 255) |