diff options
Diffstat (limited to 'sysdeps/s390/Makefile')
-rw-r--r-- | sysdeps/s390/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/s390/Makefile b/sysdeps/s390/Makefile index 0e86242c5d..10c0e1bea0 100644 --- a/sysdeps/s390/Makefile +++ b/sysdeps/s390/Makefile @@ -81,3 +81,7 @@ sysdep_routines += bzero memset memset-z900 \ memccpy memccpy-vx memccpy-c \ memrchr memrchr-vx memrchr-c endif + +ifeq ($(subdir),wcsmbs) +sysdep_routines += wcslen wcslen-vx wcslen-c +endif |