diff options
Diffstat (limited to 'sysdeps/x86_64/wcscmp.S')
-rw-r--r-- | sysdeps/x86_64/wcscmp.S | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/x86_64/wcscmp.S b/sysdeps/x86_64/wcscmp.S index 14dcab8c89..991ecb2cab 100644 --- a/sysdeps/x86_64/wcscmp.S +++ b/sysdeps/x86_64/wcscmp.S @@ -19,11 +19,6 @@ 02111-1307 USA. */ #include <sysdep.h> -#include <init-arch.h> - -/* Define multiple versions only for the definition in libc and for - the DSO. In static binaries we need wcscmp before the initialization - happened. */ .text ENTRY (wcscmp) |