about summary refs log tree commit diff
path: root/sysdeps/i386/i686/multiarch/wcschr-c.c
blob: a63e50e2836cace1d2f0cc50343b6f3bffd3ad1a (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef NOT_IN_libc
# undef libc_hidden_def
# define libc_hidden_def(name) \
  __hidden_ver1 (__wcschr_ia32, __GI_wcschr, __wcschr_ia32);
# define WCSCHR  __wcschr_ia32
#endif

#include "wcsmbs/wcschr.c"