From dd0baa3e7b32fb66f2f8c1fa8cb41cae3f4feca4 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Fri, 2 Jan 2015 14:35:26 +0100 Subject: compat: separate compat stuff, strlcpy atm --- compat.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 compat.h (limited to 'compat.h') diff --git a/compat.h b/compat.h new file mode 100644 index 0000000..4da3885 --- /dev/null +++ b/compat.h @@ -0,0 +1,2 @@ +#undef strlcpy +size_t strlcpy(char *, const char *, size_t); -- cgit v1.2.3