diff options
author | Florian Weimer <fweimer@redhat.com> | 2024-06-18 10:56:34 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2024-06-21 12:13:06 +0200 |
commit | 7f9f25f255ee2c00178779fbce502f4b94b848b9 (patch) | |
tree | 9040ea48381cec371de20287fd60a5c52c6759d3 /socket/sendmsg.c | |
parent | 198632a05f6c7b9ab67d3331d8caace9ceabb685 (diff) | |
download | glibc-7f9f25f255ee2c00178779fbce502f4b94b848b9.zip glibc-7f9f25f255ee2c00178779fbce502f4b94b848b9.tar.gz glibc-7f9f25f255ee2c00178779fbce502f4b94b848b9.tar.bz2 |
Linux: Include <dl-symbol-redir-ifunc.h> in dl-sysdep.c
The _dl_sysdep_parse_arguments function contains initalization
of a large on-stack variable:
dl_parse_auxv_t auxv_values = { 0, };
This uses a non-inline version of memset on powerpc64le-linux-gnu,
so it must use the baseline memset.
(cherry picked from commit f6ea5d1291cf3f264514d03872ebae84e0293b69)
Diffstat (limited to 'socket/sendmsg.c')
0 files changed, 0 insertions, 0 deletions