summaryrefslogtreecommitdiff
path: root/package/cfgfs/src/replace.h
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/cfgfs/src/replace.h
Initial import
Diffstat (limited to 'package/cfgfs/src/replace.h')
-rw-r--r--package/cfgfs/src/replace.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/cfgfs/src/replace.h b/package/cfgfs/src/replace.h
new file mode 100644
index 000000000..80385f4a2
--- /dev/null
+++ b/package/cfgfs/src/replace.h
@@ -0,0 +1,6 @@
+#ifndef __UCLIBC__
+#define strlcpy rep_strlcpy
+size_t rep_strlcpy(char *d, const char *s, size_t bufsize);
+#define strlcat rep_strlcat
+size_t rep_strlcat(char *d, const char *s, size_t bufsize);
+#endif