diff options
author | Abdirahim Musse <33973272+abmusse@users.noreply.github.com> | 2023-06-16 08:27:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-16 09:27:39 -0400 |
commit | 6a9e4293d8fc73ecbbf3b5ad5c6b0611f2ab182d (patch) | |
tree | 31d240436cdadd615797073927debc5c644b5cdd /docs/src | |
parent | 4002231bd9b5769222de63c4a82f5d01faf00f6a (diff) | |
download | libuv-6a9e4293d8fc73ecbbf3b5ad5c6b0611f2ab182d.tar.gz libuv-6a9e4293d8fc73ecbbf3b5ad5c6b0611f2ab182d.zip |
include: add EUNATCH errno mapping (#4047)
add EUNATCH errno mapping
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/errors.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/src/errors.rst b/docs/src/errors.rst index c7240f35..a2e94d96 100644 --- a/docs/src/errors.rst +++ b/docs/src/errors.rst @@ -339,6 +339,9 @@ Error constants socket type not supported +.. c:macro:: UV_EUNATCH + + protocol driver not attached API --- |