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
/
ENOSYS.h
blob: af179b521a0e8f8a7a75b63ae8de3fc18402d912 (
plain
)
1
2
3
4
5
6
7
8
#include <errno.h> #define ENOSYS (34) /** Function not supported **/ /* POSIX(1) */