Home | History | Annotate | Line # | Download | only in string
strlcpy.S revision 1.4.2.3
      1  1.4.2.3  yamt /* $NetBSD: strlcpy.S,v 1.4.2.3 2014/05/22 11:26:28 yamt Exp $ */
      2  1.4.2.2  yamt 
      3  1.4.2.2  yamt #define STRLCPY
      4  1.4.2.2  yamt 
      5  1.4.2.2  yamt #if defined(_STANDALONE)
      6  1.4.2.3  yamt #if defined(__thumb__)
      7  1.4.2.3  yamt #include "strcpy_thumb.S"
      8  1.4.2.3  yamt #else
      9  1.4.2.2  yamt #include "strcpy_naive.S"
     10  1.4.2.3  yamt #endif
     11  1.4.2.2  yamt #else
     12  1.4.2.2  yamt #include "strcpy_arm.S"
     13  1.4.2.2  yamt #endif
     14