diff options
Diffstat (limited to 'src/errno/ESRCH.h')
-rw-r--r-- | src/errno/ESRCH.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/errno/ESRCH.h b/src/errno/ESRCH.h new file mode 100644 index 00000000..b70fe70c --- /dev/null +++ b/src/errno/ESRCH.h @@ -0,0 +1,8 @@ +#include <errno.h> + +#define ESRCH (43) + +/** No such process **/ +/* +POSIX(1) +*/ |