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 7cadf7ceba..f02afd4d02 100644 --- a/sysdeps/s390/Makefile +++ b/sysdeps/s390/Makefile @@ -64,5 +64,6 @@ sysdep_routines += bzero memset memset-z900 \ strnlen strnlen-vx strnlen-c \ strcpy strcpy-vx strcpy-z900 \ stpcpy stpcpy-vx stpcpy-c \ - strncpy strncpy-vx strncpy-z900 + strncpy strncpy-vx strncpy-z900 \ + stpncpy stpncpy-vx stpncpy-c endif |