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
/
ENOSR.c
blob: cb6b183c21b36ee3c54fb8d08c36f68f52522160 (
plain
)
1
2
3
4
5
6
7
#include <errno.h> #define ENOSR (60) /** No STREAM resources **/ /* XOPEN(400) */