blob: 2d27393e6f02c14fa62716b88ddde9de18e98f58 [file] [log] [blame]
#include "_glibc_inc.h"
#if __WORDSIZE == 32
# if defined(__CONFIG_SPARC_V9B__)
# include "sparc32/sparcv9b/stpcpy.S"
# else
# include "sparc32/stpcpy.S"
# endif
#else
# include "sparc64/stpcpy.S"
#endif