1  #define STRNCPY __strncpy_ia32
       2  #ifdef SHARED
       3  # undef libc_hidden_builtin_def
       4  # define libc_hidden_builtin_def(name)  \
       5      __hidden_ver1 (__strncpy_ia32, __GI_strncpy, __strncpy_ia32);
       6  #endif
       7  
       8  #include "string/strncpy.c"