]> git.kaiwu.me - nginx.git/commit
Introduced strerrordesc_np() support.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 1 Mar 2021 17:00:45 +0000 (20:00 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 1 Mar 2021 17:00:45 +0000 (20:00 +0300)
commit4c5a49ce4c756cee85b27f9fe501f52adc7b9f1f
tree64462c1dfeac0d11a10eea217d9d71ce0383874a
parent71eb19da43e3382ce97a14b6d3cd564881da37e7
Introduced strerrordesc_np() support.

The strerrordesc_np() function, introduced in glibc 2.32, provides an
async-signal-safe way to obtain error messages.  This makes it possible
to avoid copying error messages.
auto/unix
src/os/unix/ngx_errno.c