]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/tst-auditmod9a.c
[powerpc] No need to enter "Ignore Exceptions Mode"
[thirdparty/glibc.git] / elf / tst-auditmod9a.c
CommitLineData
d0503676
CD
1#include <stdint.h>
2
3__thread int var;
4
5unsigned int
6la_version (unsigned int v)
7{
8 return v;
9}
10
11void
12la_activity (uintptr_t *cookie, unsigned int flag)
13{
14 ++var;
15}