summaryrefslogtreecommitdiff
path: root/elf/tst-dlmopen-rtld-audit-shared6.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-dlmopen-rtld-audit-shared6.c')
-rw-r--r--elf/tst-dlmopen-rtld-audit-shared6.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/elf/tst-dlmopen-rtld-audit-shared6.c b/elf/tst-dlmopen-rtld-audit-shared6.c
new file mode 100644
index 0000000000..7bf090678d
--- /dev/null
+++ b/elf/tst-dlmopen-rtld-audit-shared6.c
@@ -0,0 +1,7 @@
+#include <dlfcn.h>
+#include "tst-dlmopen-main.h"
+
+#define EXPECTED_NS 2
+#include "tst-dlmopen-rtld-shared6.h"
+
+#include "tst-dlmopen-std-do-test.c"