diff options
author | Florian Weimer <fweimer@redhat.com> | 2023-06-15 10:05:25 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2023-06-15 10:05:25 +0200 |
commit | 388ae538ddcb05c7d8966147b488a5f6e481656e (patch) | |
tree | 52819d817293e4673a1bf41701c9868c5eaa2a0a | |
parent | d2fda60e7c4072180ba91df46bbbdacc0f4a133c (diff) | |
download | glibc-388ae538ddcb05c7d8966147b488a5f6e481656e.zip glibc-388ae538ddcb05c7d8966147b488a5f6e481656e.tar.gz glibc-388ae538ddcb05c7d8966147b488a5f6e481656e.tar.bz2 |
hurd: Add strlcpy, strlcat, wcslcpy, wcslcat to libc.abilist
-rw-r--r-- | sysdeps/mach/hurd/x86_64/libc.abilist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/x86_64/libc.abilist b/sysdeps/mach/hurd/x86_64/libc.abilist index a0be5c1..24db98d 100644 --- a/sysdeps/mach/hurd/x86_64/libc.abilist +++ b/sysdeps/mach/hurd/x86_64/libc.abilist @@ -447,6 +447,8 @@ GLIBC_2.38 __strdup F GLIBC_2.38 __strerror_r F GLIBC_2.38 __strfmon_l F GLIBC_2.38 __strftime_l F +GLIBC_2.38 __strlcat_chk F +GLIBC_2.38 __strlcpy_chk F GLIBC_2.38 __strncasecmp_l F GLIBC_2.38 __strncat_chk F GLIBC_2.38 __strncpy_chk F @@ -514,6 +516,8 @@ GLIBC_2.38 __wcscat_chk F GLIBC_2.38 __wcscoll_l F GLIBC_2.38 __wcscpy_chk F GLIBC_2.38 __wcsftime_l F +GLIBC_2.38 __wcslcat_chk F +GLIBC_2.38 __wcslcpy_chk F GLIBC_2.38 __wcsncasecmp_l F GLIBC_2.38 __wcsncat_chk F GLIBC_2.38 __wcsncpy_chk F @@ -1843,6 +1847,8 @@ GLIBC_2.38 strfroml F GLIBC_2.38 strfry F GLIBC_2.38 strftime F GLIBC_2.38 strftime_l F +GLIBC_2.38 strlcat F +GLIBC_2.38 strlcpy F GLIBC_2.38 strlen F GLIBC_2.38 strncasecmp F GLIBC_2.38 strncasecmp_l F @@ -2040,6 +2046,8 @@ GLIBC_2.38 wcscspn F GLIBC_2.38 wcsdup F GLIBC_2.38 wcsftime F GLIBC_2.38 wcsftime_l F +GLIBC_2.38 wcslcat F +GLIBC_2.38 wcslcpy F GLIBC_2.38 wcslen F GLIBC_2.38 wcsncasecmp F GLIBC_2.38 wcsncasecmp_l F |