Home | History | Annotate | Line # | Download | only in string
strlcpy.S revision 1.4.8.2
      1  1.4.8.2  tls /* $NetBSD: strlcpy.S,v 1.4.8.2 2013/02/25 00:23:58 tls Exp $ */
      2  1.4.8.2  tls 
      3  1.4.8.2  tls #define STRLCPY
      4  1.4.8.2  tls 
      5  1.4.8.2  tls #if defined(_STANDALONE)
      6  1.4.8.2  tls #include "strcpy_naive.S"
      7  1.4.8.2  tls #else
      8  1.4.8.2  tls #include "strcpy_arm.S"
      9  1.4.8.2  tls #endif
     10