add compat.h
This commit is contained in:
parent
e4e03b3bf9
commit
597e3cdbed
1 changed files with 6 additions and 0 deletions
6
compat.h
Normal file
6
compat.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifdef COMPAT
|
||||
#undef strlcat
|
||||
size_t strlcat(char *, const char *, size_t);
|
||||
#undef strlcpy
|
||||
size_t strlcpy(char *, const char *, size_t);
|
||||
#endif
|
Loading…
Reference in a new issue