Update.
2000-11-23 Andreas Jaeger <aj@suse.de> * sysdeps/s390/bits/string.h (strncat): Fix one more typo.
This commit is contained in:
parent
d4859cfd63
commit
7d494a090a
@ -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
|
||||
|
@ -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" );
|
||||
|
Loading…
Reference in New Issue
Block a user