mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
Check if HAVE_DECL_BZERO correctly.
This commit is contained in:
parent
c7ef4a3991
commit
f0b245b043
@ -133,7 +133,7 @@ void warn(const char *, ...) __attribute__((format(printf, 1, 2)));
|
|||||||
long long llabs(long long);
|
long long llabs(long long);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_DECL_BZERO
|
#if defined(HAVE_DECL_BZERO) && HAVE_DECL_BZERO == 0
|
||||||
void bzero(void *, size_t);
|
void bzero(void *, size_t);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user