This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 4/9] Sync scratch_buffer with gnulib
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