aboutsummaryrefslogtreecommitdiff
path: root/elf/tst-auditmod9a.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-auditmod9a.c')
-rw-r--r--elf/tst-auditmod9a.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/elf/tst-auditmod9a.c b/elf/tst-auditmod9a.c
deleted file mode 100644
index 7213ade123..0000000000
--- a/elf/tst-auditmod9a.c
+++ /dev/null
@@ -1,15 +0,0 @@
-#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;
-}