Add new wcslcat() and wcslcpy() functions

Taken from FreeBSD.
This commit is contained in:
Guillem Jover
2012-11-23 17:16:43 +01:00
parent 3862764872
commit ff0d700df0
9 changed files with 267 additions and 0 deletions

View File

@@ -94,3 +94,8 @@ LIBBSD_0.4 {
closefrom;
expand_number;
} LIBBSD_0.3;
LIBBSD_0.5 {
wcslcat;
wcslcpy;
} LIBBSD_0.4;