cosmopolitan/libc/isystem/sys/wait.h

9 lines
246 B
C
Raw Normal View History

2020-06-15 14:18:57 +00:00
#ifndef LIBC_ISYSTEM_SYS_WAIT_H_
#define LIBC_ISYSTEM_SYS_WAIT_H_
#include "libc/calls/calls.h"
#include "libc/calls/struct/siginfo.h"
#include "libc/calls/weirdtypes.h"
2020-06-15 14:18:57 +00:00
#include "libc/sysv/consts/w.h"
#include "libc/sysv/consts/waitid.h"
2020-06-15 14:18:57 +00:00
#endif