ClickHouse/libs/libdaemon
Георгий Кондратьев 373b91c50d Fix system libunwind test
`unw_init_local_signal` is provided as:

- `_ULx86_64_init_local_signal` in `libunwind`
- `_Ux86_64_init_local_signal` in `libunwind-generic`

`find_library (UNWIND_LIBRARY unwind)` looks for the first library;
`#define UNW_LOCAL_ONLY` before `#include <libunwind.h>` is necessary to select
this variant.
2017-07-10 10:38:56 +00:00
..
cmake Fix system libunwind test 2017-07-10 10:38:56 +00:00
include/daemon Fix reload configuration memory leak (#892) 2017-06-19 16:31:55 +03:00
src Make libunwind optional. Allow use custom libcctz (#920) 2017-06-23 17:41:07 +03:00
CMakeLists.txt Reorganize includes. part 1 (#921) 2017-06-23 23:22:35 +03:00