1
0
Fork 0
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:
Andy Green 2014-11-18 18:25:24 +08:00
parent 752963da00
commit e5ea1f91d3

View file

@ -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) ""