• antirez's avatar
    Implement redis_set_thread_title for MacOS. · 725b8cc6
    antirez authored
    Strange enough, pthread_setname_np() produces a warning for not defined
    function even if pthread is included. Moreover the MacOS documentation
    claims the return value for the function is void, but actually is int.
    
    Related to #7089.
    725b8cc6
config.h 7.53 KB