diff options
author | Florian Weimer <fweimer@redhat.com> | 2023-06-14 18:10:24 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2023-06-14 18:10:24 +0200 |
commit | b54e5d1c9257cf1f55f46613aa438bce8fe73d10 (patch) | |
tree | 9eb9c7488dee38d204f98a88e154d7bd959490a6 /debug/Makefile | |
parent | 454a20c8756c9c1d55419153255fc7692b3d2199 (diff) | |
download | glibc-b54e5d1c9257cf1f55f46613aa438bce8fe73d10.zip glibc-b54e5d1c9257cf1f55f46613aa438bce8fe73d10.tar.gz glibc-b54e5d1c9257cf1f55f46613aa438bce8fe73d10.tar.bz2 |
Add the wcslcpy, wcslcat functions
These functions are about to be added to POSIX, under Austin Group
issue 986.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'debug/Makefile')
-rw-r--r-- | debug/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debug/Makefile b/debug/Makefile index 55e2aad..9d658e3 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -105,6 +105,8 @@ routines = \ wcrtomb_chk \ wcscat_chk \ wcscpy_chk \ + wcslcat_chk \ + wcslcpy_chk \ wcsncat_chk \ wcsncpy_chk \ wcsnrtombs_chk \ |