• 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
cache_backend.c 16.4 KB