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 c163969652..8f11ed5463 100644 --- a/sysdeps/s390/Makefile +++ b/sysdeps/s390/Makefile @@ -75,5 +75,6 @@ sysdep_routines += bzero memset memset-z900 \ strrchr strrchr-vx strrchr-c \ strspn strspn-vx strspn-c \ strpbrk strpbrk-vx strpbrk-c \ - strcspn strcspn-vx strcspn-c + strcspn strcspn-vx strcspn-c \ + memchr memchr-vx memchr-z900 endif |