diff options
Diffstat (limited to 'string/aarch64/stpcpy.S')
-rw-r--r-- | string/aarch64/stpcpy.S | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/string/aarch64/stpcpy.S b/string/aarch64/stpcpy.S new file mode 100644 index 000000000000..4f62aa462389 --- /dev/null +++ b/string/aarch64/stpcpy.S @@ -0,0 +1,10 @@ +/* + * stpcpy - copy a string returning pointer to end. + * + * Copyright (c) 2020, Arm Limited. + * SPDX-License-Identifier: MIT + */ + +#define BUILD_STPCPY 1 + +#include "strcpy.S" |