summaryrefslogtreecommitdiff
path: root/common/lib/libc/arch/arm/string/strcat.S
blob: be9abc8ac0a9f05af9dcc921eb00afaec667a1a1 (plain)
1
2
3
4
5
6
7
/* $NetBSD: strcat.S,v 1.1 2013/01/23 05:46:17 matt Exp $ */

#if defined(_STANDALONE)
#include "strcat_naive.S"
#else
#include "strcat_arm.S"
#endif