strlcat_arm.S is smaller than strlcat_naive.S so always use it.

This commit is contained in:
matt 2013-08-20 21:08:54 +00:00
parent 56cc66b2e2
commit e61510c225
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: strlcat.S,v 1.1 2013/01/23 07:56:09 matt Exp $ */
/* $NetBSD: strlcat.S,v 1.2 2013/08/20 21:08:54 matt Exp $ */
#include <machine/asm.h>
@ -7,7 +7,7 @@ WEAK_ALIAS(strlcat, _strlcat)
#include "namespace.h"
#endif
#ifdef _STANDALONE
#if defined(_STANDALONE) && 0 /* arm version is always smaller */
#include "strlcat_naive.S"
#else
#include "strlcat_arm.S"