#include #if !SUPPORT_I586 # define __stpcpy __stpcpy_i386 # undef libc_hidden_builtin_def # define libc_hidden_builtin_def(name) # undef libc_hidden_def # define libc_hidden_def(name) # undef weak_alias # define weak_alias(name, aliasname) # include # ifdef SHARED .globl __GI_stpcpy .hidden __GI_stpcpy __GI_stpcpy = __stpcpy_i386 # endif #endif