summaryrefslogtreecommitdiff
path: root/package/cfgfs/src/replace.h
blob: 80385f4a2c4d5faac363db1580e2c89619778d2b (plain)
1
2
3
4
5
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