• Justin Brewer's avatar
    Drop __redis_strerror_r · d1c1b668
    Justin Brewer authored
    
    
    Since _GNU_SOURCE is now guaranteed to be unset, it is no longer
    necessary to support the GNU-specific version of strerror_r.
    
    Drop __redis_strerror_r from the header, and call strerror_r directly.
    This breaks any external users of this macro, but they shouldn't have
    been using it in  the first place.
    Signed-off-by: default avatarJustin Brewer <jzb0012@auburn.edu>
    d1c1b668
hiredis.c 28.7 KB