uClibc: get rid of bogus unused strlcpy definition to fix build errors
[openwrt.git] / toolchain / uClibc / patches-0.9.33.2 / 100-fix_unifdef.patch
1 --- a/extra/scripts/unifdef.c
2 +++ b/extra/scripts/unifdef.c
3 @@ -78,8 +78,6 @@ __FBSDID("$FreeBSD: /repoman/r/ncvs/src/
4  #define errx(exit_code, fmt, args...) ({ warnx(fmt, ## args); exit(exit_code); })
5  #define err(exit_code, fmt, args...)  errx(exit_code, fmt ": %s", ## args, strerror(errno))
6  
7 -size_t strlcpy(char *dst, const char *src, size_t siz);
8 -
9  /* types of input lines: */
10  typedef enum {
11         LT_TRUEI,               /* a true #if with ignore flag */