]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/nodel2mod1.c
elf: Rework exception handling in the dynamic loader [BZ #25486]
[thirdparty/glibc.git] / elf / nodel2mod1.c
CommitLineData
26a676d0
UD
1#include <stdlib.h>
2void
3foo (void)
4{
5 exit (0);
6}
7
8void
9__attribute__((destructor))
10bar (void)
11{
26a676d0 12 foo ();
26a676d0
UD
13}
14void
15baz (void)
16{
17}