Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for __GLIBC_USE (0.18 sec)

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

    index 8ff3155..f9d2b77 100644
    --- a/support/links-dso-program.cc
    +++ b/support/links-dso-program.cc
    @@ -3,6 +3,11 @@
        backported.  */
     #define _ISOMAC 1
     
    +#define __GLIBC_USE(F)	__GLIBC_USE_ ## F
    +
    +# define __attribute_alloc_size__(params) \
    +  __attribute__ ((__alloc_size__ params))
    +
     #include <iostream>
     
     using namespace std;
    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)
Back to top