summaryrefslogtreecommitdiff
path: root/compat.h
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-01-02 14:35:26 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-01-02 14:35:26 +0100
commitdd0baa3e7b32fb66f2f8c1fa8cb41cae3f4feca4 (patch)
treebf4008730230418107ac4d789b5514a605efd482 /compat.h
parent351877b7621671dc107ed40341820f65ba0116a5 (diff)
compat: separate compat stuff, strlcpy atm
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h2
1 files changed, 2 insertions, 0 deletions
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);