diff options
Diffstat (limited to 'sysdeps/i386/i686/multiarch/stpncpy.S')
-rw-r--r-- | sysdeps/i386/i686/multiarch/stpncpy.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/i386/i686/multiarch/stpncpy.S b/sysdeps/i386/i686/multiarch/stpncpy.S index ff89a89491..2698ca6a8c 100644 --- a/sysdeps/i386/i686/multiarch/stpncpy.S +++ b/sysdeps/i386/i686/multiarch/stpncpy.S @@ -1,3 +1,5 @@ +/* Multiple versions of stpncpy + All versions must be listed in ifunc-impl-list.c. */ #define STRCPY __stpncpy #define USE_AS_STPCPY #define USE_AS_STRNCPY |