Luna/libc/include/bits/waitpid.h

9 lines
123 B
C
Raw Normal View History

2023-03-23 21:42:24 +00:00
/* bits/waitpid.h: Constants for waitpid(). */
#ifndef _BITS_WAITPID_H
#define _BITS_WAITPID_H
#define WNOHANG 1
#endif