Luna/libc/include/bits/waitpid.h
apio b6fb5f3dfe
All checks were successful
continuous-integration/drone/push Build is passing
kernel+libc: Implement waitpid()
2023-03-23 22:42:24 +01:00

9 lines
123 B
C

/* bits/waitpid.h: Constants for waitpid(). */
#ifndef _BITS_WAITPID_H
#define _BITS_WAITPID_H
#define WNOHANG 1
#endif