mirror of
https://github.com/fluencelabs/redis
synced 2025-06-24 06:21:32 +00:00
Fix for solaris compilation bug Issue 325
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
/* Solaris specific fixes */
|
||||
|
||||
#if defined(__GNUC__)
|
||||
#include <math.h>
|
||||
#undef isnan
|
||||
#define isnan(x) \
|
||||
__extension__({ __typeof (x) __x_a = (x); \
|
||||
|
Reference in New Issue
Block a user