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
/
EBUSY.h
blob: 5b8cfaa80c1be2d535c3fca9997511c0d6fab2a4 (
plain
)
1
2
3
4
5
6
7
8
#include <errno.h> #define EBUSY (14) /** Device or resource busy **/ /* POSIX(1) */