1 2 3 4 5 6 7 8 9 10 11 12 13
#ifdef SHARED # define strpbrk __strpbrk_i386 # undef libc_hidden_builtin_def # define libc_hidden_builtin_def(name) #endif #include <sysdeps/i386/strpbrk.S> #ifdef SHARED .globl __GI_strpbrk .hidden __GI_strpbrk __GI_strpbrk = __strpbrk_i386 #endif