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
/
EXDEV.h
blob: afec77855f469b42922faba29c73bf4149a115a8 (
plain
)
1
2
3
4
5
6
7
8
#include <errno.h> #define EXDEV (44) /** Cross-device link **/ /* POSIX(1) */