mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-22 08:02:10 +02:00
Add new wcslcat() and wcslcpy() functions
Taken from FreeBSD.
This commit is contained in:
@@ -94,3 +94,8 @@ LIBBSD_0.4 {
|
||||
closefrom;
|
||||
expand_number;
|
||||
} LIBBSD_0.3;
|
||||
|
||||
LIBBSD_0.5 {
|
||||
wcslcat;
|
||||
wcslcpy;
|
||||
} LIBBSD_0.4;
|
||||
|
Reference in New Issue
Block a user