about summary refs log tree commit diff
path: root/sysdeps/i386/i686/multiarch/wcschr-c.c
blob: c23af26201e99010040243ec21d6f8082dc69050 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <wchar.h>

#ifndef NOT_IN_libc
# ifdef SHARED
#  undef libc_hidden_def
#  define libc_hidden_def(name) \
   __hidden_ver1 (__wcschr_ia32, __GI_wcschr, __wcschr_ia32);
# endif
# define WCSCHR  __wcschr_ia32
#endif

extern __typeof (wcschr) __wcschr_ia32;

#include "wcsmbs/wcschr.c"