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