From 7d494a090a4780d5d44697d7639e9d42597be628 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 23 Nov 2000 06:30:49 +0000 Subject: [PATCH] Update. 2000-11-23 Andreas Jaeger * sysdeps/s390/bits/string.h (strncat): Fix one more typo. --- ChangeLog | 4 ++++ sysdeps/s390/bits/string.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 29781e1f0a..9e0e6e3d95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-11-23 Andreas Jaeger + + * sysdeps/s390/bits/string.h (strncat): Fix one more typo. + 2000-11-22 Andreas Jaeger * sysdeps/s390/bits/string.h (strncat): Add missing quotation 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" ); -- 2.43.5