diff options
Diffstat (limited to 'libc/string/csky/strcpy.S')
-rw-r--r-- | libc/string/csky/strcpy.S | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libc/string/csky/strcpy.S b/libc/string/csky/strcpy.S new file mode 100644 index 000000000..dd3be04b5 --- /dev/null +++ b/libc/string/csky/strcpy.S @@ -0,0 +1,7 @@ +#include <features.h> + +#ifdef __CSKYABIV2__ +#include "cskyv2/abiv2_strcpy.S" +#else +#include "cskyv1/strcpy.S" +#endif |