opuntiaOS - an operating system targeting x86 and ARMv7
at master 135 B view raw
1#ifndef _LIBC_BITS_SYS_WAIT_H 2#define _LIBC_BITS_SYS_WAIT_H 3 4#define WNOHANG 0x1 5#define WUNTRACED 0x2 6 7#endif // _LIBC_BITS_SYS_WAIT_H