Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for __extension__ (0.32 sec)

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

    -     ((const char *) (src))[4], ((const char *) (src))[6],		      \
    -     __extension__ __STRING2_SMALL_GET16 (src, 0),			      \
    -     __extension__ __STRING2_SMALL_GET16 (src, 4),			      \
    -     __extension__ __STRING2_SMALL_GET32 (src, 0),			      \
    -     __extension__ __STRING2_SMALL_GET32 (src, 4)
    -#    endif
    -__STRING_INLINE void *__mempcpy_small (void *, char, char, char, char,
    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)
  2. ci/official/containers/linux_arm64/builder.devtoolset/gcc9-fixups.patch

    index 3f9112e..8e60197 100644
    --- a/iconv/gconv.h
    +++ b/iconv/gconv.h
    @@ -174,7 +174,7 @@ typedef struct __gconv_info
     {
       size_t __nsteps;
       struct __gconv_step *__steps;
    -  __extension__ struct __gconv_step_data __data __flexarr;
    +  __extension__ struct __gconv_step_data __data[0];
     } *__gconv_t;
     
     #endif /* gconv.h */
    diff --git a/include/libc-symbols.h b/include/libc-symbols.h
    index c555bf2..143b26d 100644
    Others
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Mon Sep 18 14:52:45 GMT 2023
    - 8.9K bytes
    - Viewed (0)
Back to top