mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Merge pull request #22744 from amosbird/librdkafkaharmful
Avoid using harmful function rand()
This commit is contained in:
commit
a5179cf444
@ -75,6 +75,8 @@
|
|||||||
#define HAVE_STRNDUP 1
|
#define HAVE_STRNDUP 1
|
||||||
// strerror_r
|
// strerror_r
|
||||||
#define HAVE_STRERROR_R 1
|
#define HAVE_STRERROR_R 1
|
||||||
|
// rand_r
|
||||||
|
#define HAVE_RAND_R 1
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
// pthread_setname_np
|
// pthread_setname_np
|
||||||
|
Loading…
Reference in New Issue
Block a user