• R
    use __h_errno_location for h_errno · e68c51ac
    Rich Felker 提交于
    we do not bother making h_errno thread-local since the only interfaces
    that use it are inherently non-thread-safe. but still use the
    potentially-thread-local ABI to access it just to avoid lock-in.
    e68c51ac
netdb.h 3.5 KB