This commit is contained in:
Dominik Süß 2026-03-31 14:09:54 +00:00 committed by GitHub
commit 0924ff7214
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -598,6 +598,10 @@ API
memory allocated to `pwd` needs to be freed with
:c:func:`uv_os_free_passwd`.
.. note::
If the effective uid does not have an entry in the password file this
function will return ENOENT even if the file exists.
.. versionadded:: 1.9.0
.. c:function:: int uv_os_get_passwd2(uv_passwd_t* pwd, uv_uid_t uid)