diff options
Diffstat (limited to 'src/errno/ENOSTR.h')
-rw-r--r-- | src/errno/ENOSTR.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/errno/ENOSTR.h b/src/errno/ENOSTR.h new file mode 100644 index 00000000..4bff881a --- /dev/null +++ b/src/errno/ENOSTR.h @@ -0,0 +1,7 @@ +#include <errno.h> +#define ENOSTR (61) +/** Not a STREAM **/ + +/* +XOPEN(400) +*/ |