summaryrefslogtreecommitdiff
path: root/libc/string/sparc/stpcpy.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/sparc/stpcpy.S')
-rw-r--r--libc/string/sparc/stpcpy.S13
1 files changed, 13 insertions, 0 deletions
diff --git a/libc/string/sparc/stpcpy.S b/libc/string/sparc/stpcpy.S
new file mode 100644
index 000000000..2d27393e6
--- /dev/null
+++ b/libc/string/sparc/stpcpy.S
@@ -0,0 +1,13 @@
+#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