summaryrefslogtreecommitdiff
path: root/elf/tst-auditmod9a.c
blob: 7213ade1234fddd8556978ccdeb59f28cfcce1af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include <stdint.h>

__thread int var;

unsigned int
la_version (unsigned int v)
{
  return v;
}

void
la_activity (uintptr_t *cookie, unsigned int flag)
{
  ++var;
}