mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Fix typo.
This commit is contained in:
@ -24,6 +24,6 @@
|
|||||||
char *
|
char *
|
||||||
strcpy (char *dest, const char *src)
|
strcpy (char *dest, const char *src)
|
||||||
{
|
{
|
||||||
return memcpy (dest, src, strlen (src) + 1));
|
return memcpy (dest, src, strlen (src) + 1);
|
||||||
}
|
}
|
||||||
libc_hidden_builtin_def (strcpy)
|
libc_hidden_builtin_def (strcpy)
|
||||||
|
Reference in New Issue
Block a user