diff options
Diffstat (limited to 'sysdeps/s390/Makefile')
-rw-r--r-- | sysdeps/s390/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/s390/Makefile b/sysdeps/s390/Makefile index 10c0e1bea0..590d2207b7 100644 --- a/sysdeps/s390/Makefile +++ b/sysdeps/s390/Makefile @@ -83,5 +83,6 @@ sysdep_routines += bzero memset memset-z900 \ endif ifeq ($(subdir),wcsmbs) -sysdep_routines += wcslen wcslen-vx wcslen-c +sysdep_routines += wcslen wcslen-vx wcslen-c \ + wcsnlen wcsnlen-vx wcsnlen-c endif |