Do not redefine strlc{at,py} prototypes.

This commit is contained in:
Juan RP 2011-06-29 12:16:04 +02:00
parent 8b02d73559
commit f897ffa431
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@
#include <sys/types.h>
#ifndef HAVE_STRLCAT
size_t strlcat(char *, const char *, size_t);
#endif
#endif

View File

@ -3,6 +3,8 @@
#include <sys/types.h>
#ifndef HAVE_STRLCPY
size_t strlcpy(char *, const char *, size_t);
#endif
#endif