Back out workaround.
This commit is contained in:
parent
14365a1730
commit
f77b15e751
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue