• Nils Goroll's avatar
    wrap errno.h / strerror() in a v* variant (no inline) · 43935f47
    Nils Goroll authored
    (at leat on solaris) strerror() itself may fail for an out-of-memory
    condition (because the localization code contains memory
    allocations). In order to handle this situation, we need to save the
    original errno because strerror() may also set errno.
    
    Fixes #2815
    43935f47
Name
Last commit
Last update
..
cache_waiter.c Loading commit data...
cache_waiter_epoll.c Loading commit data...
cache_waiter_kqueue.c Loading commit data...
cache_waiter_poll.c Loading commit data...
cache_waiter_ports.c Loading commit data...
mgt_waiter.c Loading commit data...
mgt_waiter.h Loading commit data...
waiter.h Loading commit data...
waiter_priv.h Loading commit data...