diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2022-08-30 10:01:44 +0100 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2022-10-27 14:46:51 +0100 |
commit | 1378a26b726e5ff117f22a925cef5f9e5111a13e (patch) | |
tree | 4153b9d4b94f9fbd0a3ddfe2d3ee4b4ae196c272 /sysdeps/unix/sysv/linux/dl-osinfo.h | |
parent | 9dfa90fe40d857142b1e7f2a51e0432b4c0a805f (diff) | |
download | glibc-1378a26b726e5ff117f22a925cef5f9e5111a13e.tar glibc-1378a26b726e5ff117f22a925cef5f9e5111a13e.tar.gz glibc-1378a26b726e5ff117f22a925cef5f9e5111a13e.tar.bz2 glibc-1378a26b726e5ff117f22a925cef5f9e5111a13e.zip |
cheri: change __libc_start_main prototype
The prototype of __libc_start_main is changed to
void
__libc_start_main (int main (int, char **, char **, void *),
int argc, char **argv, char **envp, void *auxv,
void rtld_fini (void), void *sp);
so envp is passed down separately and the unused init, fini args are
dropped.
Diffstat (limited to 'sysdeps/unix/sysv/linux/dl-osinfo.h')
0 files changed, 0 insertions, 0 deletions