mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
PowerPC: multiarch wcscpy for PowerPC32
This commit is contained in:
@ -20,9 +20,13 @@
|
||||
#include <wchar.h>
|
||||
|
||||
|
||||
#ifndef WCSCPY
|
||||
# define WCSCPY wcscpy
|
||||
#endif
|
||||
|
||||
/* Copy SRC to DEST. */
|
||||
wchar_t *
|
||||
wcscpy (dest, src)
|
||||
WCSCPY (dest, src)
|
||||
wchar_t *dest;
|
||||
const wchar_t *src;
|
||||
{
|
||||
|
Reference in New Issue
Block a user