aboutsummaryrefslogtreecommitdiff
path: root/win32port
diff options
context:
space:
mode:
authorPatrick Gansterer <paroga@paroga.com>2014-02-28 13:17:49 +0100
committerAndy Green <andy.green@linaro.org>2014-02-28 20:28:06 +0800
commit4a83727bf664d3fc502f21f2c4fc76855e427f92 (patch)
tree9f66438ae73d368a9766df1f73d8a7f12413765b /win32port
parent2dbd837c4133739d859aa2553fa5604ac5c4a47c (diff)
downloadlibwebsockets-4a83727bf664d3fc502f21f2c4fc76855e427f92.tar.gz
Remove duplicated implementations for bzero()
Define bzero() in a central place if HAVE_BZERO is not set
Diffstat (limited to 'win32port')
-rw-r--r--win32port/win32helpers/websock-w32.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/win32port/win32helpers/websock-w32.h b/win32port/win32helpers/websock-w32.h
index 0413b856..9ce1cae6 100644
--- a/win32port/win32helpers/websock-w32.h
+++ b/win32port/win32helpers/websock-w32.h
@@ -9,8 +9,6 @@
#pragma warning(disable : 4996)
-#define bzero(b,len) (memset((b), '\0', (len)), (void) 0)
-
#define MSG_NOSIGNAL 0
#define SHUT_RDWR SD_BOTH