]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/reldep8mod1.c
Add NT_ARM_PACA_KEYS and NT_ARM_PACG_KEYS from Linux 5.1 to elf.h.
[thirdparty/glibc.git] / elf / reldep8mod1.c
CommitLineData
cfaf5e56
UD
1#include <stdlib.h>
2void
3foo (void)
4{
5 exit (0);
6}
7
8void
9__attribute__((destructor))
10bar (void)
11{
12 static int i;
13 foo ();
14 ++i;
15}
16void
17baz (void)
18{
19}