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
/
ENODEV.c
blob: 73a61194a2740cee1a2d9cd49b6bf6bc22b1eb00 (
plain
)
1
2
3
4
5
6
7
8
#include <errno.h> #define ENODEV (28) /** No such device **/ /* POSIX(1) */