about summary refs log tree commit diff
path: root/wcsmbs/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2023-06-14 18:10:24 +0200
committerFlorian Weimer <fweimer@redhat.com>2023-06-14 18:10:24 +0200
commitb54e5d1c9257cf1f55f46613aa438bce8fe73d10 (patch)
tree9eb9c7488dee38d204f98a88e154d7bd959490a6 /wcsmbs/Makefile
parent454a20c8756c9c1d55419153255fc7692b3d2199 (diff)
downloadglibc-b54e5d1c9257cf1f55f46613aa438bce8fe73d10.tar.gz
glibc-b54e5d1c9257cf1f55f46613aa438bce8fe73d10.tar.xz
glibc-b54e5d1c9257cf1f55f46613aa438bce8fe73d10.zip
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 'wcsmbs/Makefile')
-rw-r--r--wcsmbs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/wcsmbs/Makefile b/wcsmbs/Makefile
index ea8ea7b3e6..d8512c8801 100644
--- a/wcsmbs/Makefile
+++ b/wcsmbs/Makefile
@@ -74,6 +74,8 @@ routines := \
   wcscpy \
   wcscspn \
   wcsdup \
+  wcslcat \
+  wcslcpy \
   wcslen \
   wcsmbsload \
   wcsncase \
@@ -155,6 +157,8 @@ tests := \
   tst-wchar-h \
   tst-wcpncpy \
   tst-wcrtomb \
+  tst-wcslcat \
+  tst-wcslcpy \
   tst-wcsnlen \
   tst-wcstod-nan-locale \
   tst-wcstod-nan-sign \