aboutsummaryrefslogtreecommitdiff
path: root/test/unit/fixtures/posix.h
blob: f6f24cd9dca2a84ab2bbd2b0c60aa491b28f27b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include <unistd.h>
#include <string.h>
#include <errno.h>
#include <sys/wait.h>
#include <stdlib.h>

enum {
  kPOSIXErrnoEINTR = EINTR,
  kPOSIXErrnoECHILD = ECHILD,
  kPOSIXWaitWUNTRACED = WUNTRACED,
};