about summary refs log tree commit diff
path: root/sysdeps/x86_64/memchr.S
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-04-10 07:57:20 +0000
committerUlrich Drepper <drepper@redhat.com>2009-04-10 07:57:20 +0000
commitf140a0d53d639c86408ac532091fb4644faa95c0 (patch)
tree6e9b9da4411bfefc3fa2570b2335406658d76f0d /sysdeps/x86_64/memchr.S
parent1d498daa95384e5c9ad5bcb35e7a996e5869ac39 (diff)
downloadglibc-f140a0d53d639c86408ac532091fb4644faa95c0.tar.gz
glibc-f140a0d53d639c86408ac532091fb4644faa95c0.tar.xz
glibc-f140a0d53d639c86408ac532091fb4644faa95c0.zip
* sysdeps/x86_64/rawmemchr.S: New file.
Diffstat (limited to 'sysdeps/x86_64/memchr.S')
-rw-r--r--sysdeps/x86_64/memchr.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/x86_64/memchr.S b/sysdeps/x86_64/memchr.S
index 644362d565..09ba6d4f8d 100644
--- a/sysdeps/x86_64/memchr.S
+++ b/sysdeps/x86_64/memchr.S
@@ -1,5 +1,4 @@
-/* strlen(str) -- determine the length of the string STR.
-   Copyright (C) 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2009 Free Software Foundation, Inc.
    Contributed by Ulrich Drepper <drepper@redhat.com>.
    This file is part of the GNU C Library.