diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/i386/i686/multiarch/strcat.S | 2 | ||||
-rw-r--r-- | sysdeps/i386/strcat.S (renamed from sysdeps/i386/i486/strcat.S) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/i686/multiarch/strcat.S b/sysdeps/i386/i686/multiarch/strcat.S index 45d84cd..e893815 100644 --- a/sysdeps/i386/i686/multiarch/strcat.S +++ b/sysdeps/i386/i686/multiarch/strcat.S @@ -88,5 +88,5 @@ END(STRCAT) #endif #ifndef USE_AS_STRNCAT -# include "../../i486/strcat.S" +# include "../../strcat.S" #endif diff --git a/sysdeps/i386/i486/strcat.S b/sysdeps/i386/strcat.S index 88c29fb..88c29fb 100644 --- a/sysdeps/i386/i486/strcat.S +++ b/sysdeps/i386/strcat.S |