Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for __stpcpy (0.19 sec)

  1. ci/official/containers/linux_arm64/builder.devtoolset/stringop_trunc.patch

    -			- 1))						      \
    -		  : __stpcpy (dest, src)))
    -#   endif
    +# ifndef _HAVE_STRING_ARCH_stpcpy
    +#  define __stpcpy(dest, src) __builtin_stpcpy (dest, src)
     /* In glibc we use this function frequently but for namespace reasons
        we have to use the name `__stpcpy'.  */
    -#   define stpcpy(dest, src) __stpcpy (dest, src)
    -#  endif
    +#  define stpcpy(dest, src) __stpcpy (dest, src)
    +# endif
     
    Others
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Mon Sep 18 14:52:45 GMT 2023
    - 42.9K bytes
    - Viewed (1)
Back to top