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
/
EMLINK.h
blob: eadac9f06e062a06bbea17ce0e592acf01e88323 (
plain
)
1
2
3
4
5
6
7
8
#include <errno.h> #define EMLINK (25) /** Too many links **/ /* POSIX(1) */