about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-08-04 14:59:25 -0400
committerUlrich Drepper <drepper@gmail.com>2011-08-04 14:59:25 -0400
commit8c1a459f9a64abee69c154c8a0e5ab9be86256e4 (patch)
treebc044cba7787611928b93118f95e587e8de63a26 /sysdeps/x86_64/multiarch
parent798be72d127adf18f382323d0eed0a1e394967f8 (diff)
downloadglibc-8c1a459f9a64abee69c154c8a0e5ab9be86256e4.tar.gz
glibc-8c1a459f9a64abee69c154c8a0e5ab9be86256e4.tar.xz
glibc-8c1a459f9a64abee69c154c8a0e5ab9be86256e4.zip
Fix inline strncat/strncmp on x86
Diffstat (limited to 'sysdeps/x86_64/multiarch')
-rw-r--r--sysdeps/x86_64/multiarch/strlen.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/multiarch/strlen.S b/sysdeps/x86_64/multiarch/strlen.S
index d78970742f..43e2100f41 100644
--- a/sysdeps/x86_64/multiarch/strlen.S
+++ b/sysdeps/x86_64/multiarch/strlen.S
@@ -1,5 +1,5 @@
 /* strlen(str) -- determine the length of the string STR.
-   Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
    Contributed by Ulrich Drepper <drepper@redhat.com>.
    This file is part of the GNU C Library.