mirror of
https://github.com/fluencelabs/redis
synced 2025-07-02 18:31:34 +00:00
Solaris fixes
This commit is contained in:
@ -15,4 +15,6 @@
|
||||
#define isinf(x) \
|
||||
__extension__ ({ __typeof (x) __x_i = (x); \
|
||||
__builtin_expect(!isnan(__x_i) && !isfinite(__x_i), 0); })
|
||||
|
||||
#define u_int uint
|
||||
#endif /* __GNUC__ */
|
||||
|
Reference in New Issue
Block a user