diff options
author | Ryan Liptak <squeek502@hotmail.com> | 2021-05-21 13:34:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-21 16:34:31 -0400 |
commit | 46451737e6174281317cabdf05c9ba1434c359d6 (patch) | |
tree | 5a0dfe47c8dedde1e56f3739584d51cd8b455b6b /docs/src | |
parent | a064166bd2dfca37de7b317328781424bcfc200e (diff) | |
download | libuv-46451737e6174281317cabdf05c9ba1434c359d6.tar.gz libuv-46451737e6174281317cabdf05c9ba1434c359d6.zip |
errors: map ESOCKTNOSUPPORT errno
PR-URL: https://github.com/libuv/libuv/pull/3151
Reviewed-By: Jameson Nash <vtjnash@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/errors.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/src/errors.rst b/docs/src/errors.rst index 25d0efaf..c7240f35 100644 --- a/docs/src/errors.rst +++ b/docs/src/errors.rst @@ -335,6 +335,10 @@ Error constants illegal byte sequence +.. c:macro:: UV_ESOCKTNOSUPPORT + + socket type not supported + API --- |