Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
2000-11-23  Andreas Jaeger  <aj@suse.de>

	* sysdeps/s390/bits/string.h (strncat): Fix one more typo.
  • Loading branch information
Andreas Jaeger committed Nov 23, 2000
1 parent d4859cf commit 7d494a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/s390/bits/string.h
Original file line number Diff line number Diff line change
Expand Up @@ -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" );
Expand Down

0 comments on commit 7d494a0

Please sign in to comment.