about summary refs log tree commit diff
path: root/sysdeps/i386/multiarch/wcscpy-i386.c
blob: 3207110b6fd0ec55bdcceb5060394d724e5ac374 (plain) (blame)
1
2
3
4
5
#if IS_IN (libc)
# define wcscpy  __wcscpy_i386
#endif

#include "wcsmbs/wcscpy.c"