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
/
ENOTSUP.h
blob: a80761a800d77e13e312b2eb7ba02938233a6225 (
plain
)
1
2
3
4
5
6
7
#include <errno.h> #define ENOTSUP (68) /** Not supported **/ /* POSIX(199309) */