[PATCH 4/9] Sync scratch_buffer with gnulib
Florian Weimer
fweimer@redhat.com
Mon Sep 18 11:57:00 GMT 2017
On 09/18/2017 01:43 PM, Adhemerval Zanella wrote:
> +#if __alignas_is_defined
> + _Alignas (max_align_t) char __space[1024];
> +#else
> max_align_t __space[(1023 + sizeof (max_align_t)) / sizeof (max_align_t)];
> +#endif
This works for me on the glibc side.
By the way, do you have a rebased version of this patch?
Subject: [PATCH 05/18] posix: Rewrite to use struct scratch_buffer
instead of extend_alloca
Thanks,
Florian
More information about the Libc-alpha
mailing list