summaryrefslogtreecommitdiff
path: root/libc/sysdeps/i386/i686/strtok.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/i386/i686/strtok.S')
-rw-r--r--libc/sysdeps/i386/i686/strtok.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/i386/i686/strtok.S b/libc/sysdeps/i386/i686/strtok.S
index 92d52556d..5589ae536 100644
--- a/libc/sysdeps/i386/i686/strtok.S
+++ b/libc/sysdeps/i386/i686/strtok.S
@@ -1,6 +1,6 @@
/* strtok (str, delim) -- Return next DELIM separated token from STR.
For Intel 80686.
- Copyright (C) 1998, 2000, 2001, 2005, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1998-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
@@ -43,7 +43,7 @@
#else
.bss
.local save_ptr
- ASM_TYPE_DIRECTIVE (save_ptr, @object)
+ .type save_ptr, @object
.size save_ptr, 4
save_ptr:
# if __BOUNDED_POINTERS__