- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for __attribute_alloc_size__ (0.19 sec)
-
ci/official/containers/linux_arm64/builder.devtoolset/gcc9-fixups.patch
--- 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; diff --git a/sysdeps/aarch64/dl-machine.h b/sysdeps/aarch64/dl-machine.h
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Mon Sep 18 14:52:45 UTC 2023 - 8.9K bytes - Viewed (0)