mirror of
https://github.com/fluencelabs/redis
synced 2025-06-21 21:11:33 +00:00
In redisIsSupervised() use MSG_NOSIGNAL only for Linux.
This commit is contained in:
@ -61,6 +61,11 @@
|
||||
#define HAVE_BACKTRACE 1
|
||||
#endif
|
||||
|
||||
/* MSG_NOSIGNAL. */
|
||||
#ifdef __linux__
|
||||
#define HAVE_MSG_NOSIGNAL 1
|
||||
#endif
|
||||
|
||||
/* Test for polling API */
|
||||
#ifdef __linux__
|
||||
#define HAVE_EPOLL 1
|
||||
|
Reference in New Issue
Block a user