mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
(struct filebuf): For buf element to have the alignment of ElfXX_Ehdr since this is what will be stored in it.
This commit is contained in:
parent
bd6daf3b19
commit
d623d723dd
@ -109,7 +109,7 @@ ELF_PREFERRED_ADDRESS_DATA;
|
||||
struct filebuf
|
||||
{
|
||||
ssize_t len;
|
||||
char buf[1024];
|
||||
char buf[1024] __attribute__ ((aligned (__alignof (ElfW(Ehdr)))));
|
||||
};
|
||||
|
||||
/* This is the decomposed LD_LIBRARY_PATH search path. */
|
||||
|
Loading…
Reference in New Issue
Block a user