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