diff options
Diffstat (limited to 'elf/tst-auditmod9b.c')
-rw-r--r-- | elf/tst-auditmod9b.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/elf/tst-auditmod9b.c b/elf/tst-auditmod9b.c deleted file mode 100644 index 8eeeb49986..0000000000 --- a/elf/tst-auditmod9b.c +++ /dev/null @@ -1,6 +0,0 @@ -__thread int a; - -int f(void) -{ - return ++a; -} |