index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
errno
/
ECHILD.h
blob: 1394ae3b9fa7392acccf5ea59551f1ba3fce6d6f (
plain
)
1
2
3
4
5
6
7
8
#include <errno.h> #define ECHILD (15) /** No child processes **/ /* POSIX(1) */