summaryrefslogtreecommitdiff
path: root/sysdeps/i386/strspn.S
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2015-01-23 17:01:40 +0100
committerThomas Schwinge <thomas@codesourcery.com>2015-01-23 17:01:40 +0100
commitbd42a4599d1b6f77bcfe1e4f67b7cbd9e1cb2dfd (patch)
tree5d1dc07a79f0b70a724ea17add3ccfefed1e6fc4 /sysdeps/i386/strspn.S
parentbad1169e8a095104d8b37a3339d5f03862eb788a (diff)
parent58695b88a9deaecbcf7794760cc333177edaa2b4 (diff)
Merge commit 'refs/top-bases/t/bigmem' into t/bigmem
Diffstat (limited to 'sysdeps/i386/strspn.S')
-rw-r--r--sysdeps/i386/strspn.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/strspn.S b/sysdeps/i386/strspn.S
index 1865e49202..903fe7d23c 100644
--- a/sysdeps/i386/strspn.S
+++ b/sysdeps/i386/strspn.S
@@ -1,7 +1,7 @@
/* strcspn (str, ss) -- Return the length of the initial segment of STR
which contains only characters from SS.
For Intel 80x86, x>=3.
- Copyright (C) 1994-2013 Free Software Foundation, Inc.
+ Copyright (C) 1994-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>
Bug fixes by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au>