diff options
Diffstat (limited to 'src/errno/ENOTSOCK.h')
-rw-r--r-- | src/errno/ENOTSOCK.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/errno/ENOTSOCK.h b/src/errno/ENOTSOCK.h new file mode 100644 index 00000000..b4f4c3d8 --- /dev/null +++ b/src/errno/ENOTSOCK.h @@ -0,0 +1,8 @@ +#include <errno.h> +#define ENOTSOCK (67) +/** Not a socket **/ + +/* +XOPEN(400) +POSIX(200112) +*/ |