Build on Solaris 11 fixed.

This commit is contained in:
Max Romanov
2017-06-26 19:58:43 +03:00
parent 9399a04121
commit b53b7b0413
7 changed files with 55 additions and 7 deletions

View File

@@ -210,9 +210,6 @@ nxt_bswap32(val) \
#define nxt_is_power_of_two(value) \
((((value) - 1) & (value)) == 0)
#define nxt_lg2(value) \
(31 - __builtin_clz(value))
#define \
nxt_align_size(d, a) \