2000-11-23  Andreas Jaeger  <aj@suse.de>

	* sysdeps/s390/bits/string.h (strncat): Fix one more typo.
This commit is contained in:
Andreas Jaeger 2000-11-23 06:30:49 +00:00
parent d4859cfd63
commit 7d494a090a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-11-23 Andreas Jaeger <aj@suse.de>
* sysdeps/s390/bits/string.h (strncat): Fix one more typo.
2000-11-22 Andreas Jaeger <aj@suse.de>
* sysdeps/s390/bits/string.h (strncat): Add missing quotation

View File

@ -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" );