Files
Custom-Operating-System/kernel/include/libkern/bits/sys/wait.h

7 lines
165 B
C
Raw Normal View History

2025-02-12 09:54:05 -05:00
#ifndef _KERNEL_LIBKERN_BITS_SYS_WAIT_H
#define _KERNEL_LIBKERN_BITS_SYS_WAIT_H
#define WNOHANG 0x1
#define WUNTRACED 0x2
#endif // _KERNEL_LIBKERN_BITS_SYS_WAIT_H