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

#include "wcsmbs/wcsrchr.c"