summaryrefslogtreecommitdiff
path: root/replace.h
diff options
context:
space:
mode:
Diffstat (limited to 'replace.h')
-rw-r--r--replace.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/replace.h b/replace.h
index ee4d618..a9fdf7e 100644
--- a/replace.h
+++ b/replace.h
@@ -269,10 +269,6 @@ int rep_ftruncate(int,off_t);
int rep_initgroups(char *name, gid_t id);
#endif
-#if !defined(HAVE_BZERO) && defined(HAVE_MEMSET)
-#define bzero(a,b) memset((a),'\0',(b))
-#endif
-
#ifndef HAVE_DLERROR
#define dlerror rep_dlerror
char *rep_dlerror(void);