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
/
ECANCELED.h
blob: e37749719d8bb0da022767ef0d8d00d9bec7318d (
plain
)
1
2
3
4
5
6
#include <errno.h> #define ECANCELED (20) /** Operation canceled **/ /* POSIX(199309) */