mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
android64 make bzero def conditional
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
752963da00
commit
e5ea1f91d3
1 changed files with 2 additions and 0 deletions
|
@ -149,8 +149,10 @@
|
|||
#endif
|
||||
|
||||
#ifndef HAVE_BZERO
|
||||
#ifndef bzero
|
||||
#define bzero(b, len) (memset((b), '\0', (len)), (void) 0)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_STRERROR
|
||||
#define strerror(x) ""
|
||||
|
|
Loading…
Add table
Reference in a new issue