1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
1999-07-31  H.J. Lu  <hjl@gnu.org>

	* string/bits/string2.h (__strcpy_small): Fix a typo.
This commit is contained in:
Ulrich Drepper
1999-07-31 22:27:07 +00:00
parent f01010de9b
commit 83f6a99044
4 changed files with 58 additions and 22 deletions

View File

@ -441,7 +441,7 @@ __strcpy_small (char *__dest,
case 8:
__u->__ui = __src0_4;
__u = (void *) __u + 4;
__u->__usi = __src4_4;
__u->__ui = __src4_4;
break;
}
return __dest;