Replace bzero with memset

This commit is contained in:
Miroslav Lichvar
2013-06-14 13:48:16 +02:00
parent 2d509eb8bd
commit 3d1be1cd75
3 changed files with 1 additions and 9 deletions

View File

@@ -89,10 +89,6 @@
#include <nlist.h>
#endif
#if defined (HAS_NO_BZERO)
#define bzero(ptr,n) memset(ptr,0,n)
#endif /* HAS_NO_BZERO */
#if defined (WINNT)
/* Designed to work with the GCC from the GNAT-3.10 for Win32