aboutsummaryrefslogtreecommitdiffstats
path: root/compat/strlcpy.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat/strlcpy.h')
-rw-r--r--compat/strlcpy.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/compat/strlcpy.h b/compat/strlcpy.h
deleted file mode 100644
index 74d772d31..000000000
--- a/compat/strlcpy.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef STRLCPY_H
-#define STRLCPY_H
-
-#include <sys/types.h>
-
-size_t strlcpy(char *, const char*, size_t);
-
-#endif