Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for external (0.23 sec)

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

     }
    -#   endif
    -#  endif
     # endif
     #endif
     
    @@ -391,44 +193,17 @@ __mempcpy_small (void *__dest, char __src1,
     /* Return pointer to C in S.  */
     #ifndef _HAVE_STRING_ARCH_strchr
     extern void *__rawmemchr (const void *__s, int __c);
    -# if __GNUC_PREREQ (3, 2)
     #  define strchr(s, c) \
       (__extension__ (__builtin_constant_p (c) && !__builtin_constant_p (s)	      \
     		  && (c) == '\0'					      \
    Others
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Sep 18 14:52:45 GMT 2023
    - 42.9K bytes
    - Viewed (1)
  2. ci/official/containers/linux_arm64/builder.devtoolset/gcc9-fixups.patch

     #  define __hidden_nolink1(local, internal, name, version) \
       __hidden_nolink2 (local, internal, name, version)
     #  define __hidden_nolink2(local, internal, name, version) \
    -  extern __typeof (name) internal __attribute__ ((alias (#local))); \
    +  extern __typeof (name) internal __attribute__ ((alias (#local)))	\
    +    __attribute_copy__ (name);						\
       __hidden_nolink3 (local, internal, #name "@" #version)
    Others
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Sep 18 14:52:45 GMT 2023
    - 8.9K bytes
    - Viewed (0)
Back to top