Back out workaround.

This commit is contained in:
matt 2013-01-10 06:52:35 +00:00
parent 14365a1730
commit f77b15e751
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
/* $NetBSD: strlcpy.S,v 1.3 2013/01/10 02:14:42 matt Exp $ */
/* $NetBSD: strlcpy.S,v 1.4 2013/01/10 06:52:35 matt Exp $ */
#define STRLCPY
#if defined(_STANDALONE) || 1
#if defined(_STANDALONE)
#include "strcpy_naive.S"
#else
#include "strcpy_arm.S"