Luna/libc/include/bits/waitpid.h
apio cde467ee46
All checks were successful
continuous-integration/drone/pr Build is passing
kernel: Support returning termination signals from waitpid
2023-07-10 20:16:06 +02:00

11 lines
146 B
C

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