mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Removed dependency [#CLICKHOUSE-2]
This commit is contained in:
parent
cc6d959ef0
commit
d852d5806b
@ -153,7 +153,7 @@ void explicit_bzero(void * buf, size_t len)
|
||||
__asm__ __volatile__("" :: "r"(buf) : "memory");
|
||||
}
|
||||
|
||||
void __explicit_bzero_chk(void * buf, size_t len)
|
||||
void __explicit_bzero_chk(void * buf, size_t len, size_t unused)
|
||||
{
|
||||
return explicit_bzero(buf, len);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user