summaryrefslogtreecommitdiffstats
path: root/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/compat.h b/compat.h
index 2c6f1c67..8666a1d8 100644
--- a/compat.h
+++ b/compat.h
@@ -185,11 +185,6 @@ typedef uint64_t u_int64_t;
#define flock(fd, op) (0)
#endif
-#ifndef HAVE_BZERO
-#undef bzero
-#define bzero(buf, len) memset(buf, 0, len);
-#endif
-
#ifndef HAVE_CLOSEFROM
/* closefrom.c */
void closefrom(int);