about summary refs log tree commit diff
path: root/sysdeps/x86_64/strchrnul.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/strchrnul.S')
-rw-r--r--sysdeps/x86_64/strchrnul.S7
1 files changed, 2 insertions, 5 deletions
diff --git a/sysdeps/x86_64/strchrnul.S b/sysdeps/x86_64/strchrnul.S
index ec2e652e25..508e42db26 100644
--- a/sysdeps/x86_64/strchrnul.S
+++ b/sysdeps/x86_64/strchrnul.S
@@ -18,10 +18,7 @@
    License along with the GNU C Library; if not, see
    <https://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
-#define strchr __strchrnul
-#define AS_STRCHRNUL
-#include "strchr.S"
+#define STRCHR __strchrnul
+#include "multiarch/strchrnul-sse2.S"
 
 weak_alias (__strchrnul, strchrnul)