summaryrefslogtreecommitdiff
path: root/sysdeps/s390/bits
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-11-23 06:30:49 +0000
committerAndreas Jaeger <aj@suse.de>2000-11-23 06:30:49 +0000
commit7d494a090a4780d5d44697d7639e9d42597be628 (patch)
tree1df1da6c6abd0cee0bebd5e49513705a8a6ad645 /sysdeps/s390/bits
parentd4859cfd63e258dfb4d2fcf2026a26946e1bb04d (diff)
Update.
2000-11-23 Andreas Jaeger <aj@suse.de> * sysdeps/s390/bits/string.h (strncat): Fix one more typo.
Diffstat (limited to 'sysdeps/s390/bits')
-rw-r--r--sysdeps/s390/bits/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/s390/bits/string.h b/sysdeps/s390/bits/string.h
index 76e16d980b..6e5db9cde3 100644
--- a/sysdeps/s390/bits/string.h
+++ b/sysdeps/s390/bits/string.h
@@ -132,7 +132,7 @@ strncat (char *__dest, __const char *__src, size_t __n)
" la %1,1(%1)\n"
" brct %2,1b\n"
" la %0,0(%0,%1)\n"
- " xc 0(1,%0),0(%0\n)"
+ " xc 0(1,%0),0(%0)\n"
"2:"
: "+&a" (__dest), "+&a" (__src), "+&d" (__n) :
: "cc", "memory", "0" );