Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 44 (0.3 sec)

  1. ci/official/containers/linux_arm64/builder.devtoolset/gcc9-fixups.patch

    +
     /* Structure for reentrant locale using functions.  This is an
        (almost) opaque type for the user level programs.  The file and
        this data structure is not standardized.  Don't rely on it.  It can
    @@ -41,4 +44,6 @@ typedef struct __locale_struct
     /* POSIX 2008 makes locale_t official.  */
     typedef __locale_t locale_t;
     
    +#endif /* bits/types/__locale_t.h */
    +
     #endif /* xlocale.h */
    Others
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Sep 18 14:52:45 GMT 2023
    - 8.9K bytes
    - Viewed (0)
  2. ci/official/containers/linux_arm64/builder.devtoolset/stringop_trunc.patch

    -				       __uint32_t, size_t);
    +#if defined _FORCE_INLINES
    +# if _STRING_ARCH_unaligned
     __STRING_INLINE void *
     __mempcpy_small (void *__dest1,
     		 char __src0_1, char __src2_1, char __src4_1, char __src6_1,
    @@ -298,44 +139,7 @@ __mempcpy_small (void *__dest1,
         }
       return (void *) __u;
     }
    -#   else
    -#    ifndef _FORCE_INLINES
    -#     define __mempcpy_args(src) \
    -     ((const char *) (src))[0],						      \
    Others
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Sep 18 14:52:45 GMT 2023
    - 42.9K bytes
    - Viewed (1)
  3. README.md

    [![OSSRank](https://shields.io/endpoint?url=https://ossrank.com/shield/44)](https://ossrank.com/p/44)
    [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Oct 05 15:00:10 GMT 2023
    - 11.9K bytes
    - Viewed (0)
Back to top