Remove building with NOCRYPTO option
[minix.git] / common / lib / libc / arch / arm / string / strncpy.S
blobdc3465e0494bbd7a78bccecac61b1ef3bb00b513
1 /* $NetBSD: strncpy.S,v 1.3 2013/08/20 21:35:24 matt Exp $ */
3 #define STRNCPY
5 #if defined(_STANDALONE)
6 #if defined(__thumb__)
7 #include "strcpy_thumb.S"
8 #else
9 #include "strcpy_naive.S"
10 #endif
11 #else
12 #include "strcpy_arm.S"
13 #endif