diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-10 07:57:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-10 07:57:20 +0000 |
commit | f140a0d53d639c86408ac532091fb4644faa95c0 (patch) | |
tree | 6e9b9da4411bfefc3fa2570b2335406658d76f0d /sysdeps/x86_64/memchr.S | |
parent | 1d498daa95384e5c9ad5bcb35e7a996e5869ac39 (diff) | |
download | glibc-f140a0d53d639c86408ac532091fb4644faa95c0.tar glibc-f140a0d53d639c86408ac532091fb4644faa95c0.tar.gz glibc-f140a0d53d639c86408ac532091fb4644faa95c0.tar.bz2 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.S | 3 |
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. |