1 1.1 mrg /* DO NOT EDIT THIS FILE. 2 1.1 mrg 3 1.1 mrg It has been auto-edited by fixincludes from: 4 1.1 mrg 5 1.1 mrg "fixinc/tests/inc/bits/string2.h" 6 1.1 mrg 7 1.1 mrg This had to be done to correct non-standard usages in the 8 1.1 mrg original, manufacturer supplied header file. */ 9 1.1 mrg 10 1.1 mrg 11 1.1 mrg 12 1.1 mrg #if defined( GLIBC_C99_INLINE_3_CHECK ) 13 1.1 mrg # if defined(__cplusplus) || defined(__GNUC_STDC_INLINE__) 14 1.1 mrg # define __STRING_INLINE inline 15 1.1 mrg # else 16 1.1 mrg # define __STRING_INLINE extern __inline 17 1.1 mrg # endif 18 1.1 mrg #endif /* GLIBC_C99_INLINE_3_CHECK */ 19 1.1 mrg 20 1.1 mrg 21 1.1 mrg #if defined( GLIBC_STRNCPY_CHECK ) 22 1.1 mrg # define strncpy(dest, src, n) __builtin_strncpy (dest, src, n) 23 1.1 mrg #endif /* GLIBC_STRNCPY_CHECK */ 24