diff options
author | Florian Weimer <fweimer@redhat.com> | 2023-07-06 19:24:33 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2023-07-06 19:24:33 +0200 |
commit | fb45e0aca9d0bf43d3086fc28e9e5bc66fe6500b (patch) | |
tree | c36707fe2c170e8c43161799fc307a0f3119264e /sysdeps/pthread/tst-thread-dlopen-fork-mod.c | |
parent | e18c293af0ece38921ad71fbd76ff8049c3b2d67 (diff) | |
download | glibc-fw/bug30619.tar.gz glibc-fw/bug30619.tar.xz glibc-fw/bug30619.zip |
Test case for bug 30619 fw/bug30619
Diffstat (limited to 'sysdeps/pthread/tst-thread-dlopen-fork-mod.c')
-rw-r--r-- | sysdeps/pthread/tst-thread-dlopen-fork-mod.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/pthread/tst-thread-dlopen-fork-mod.c b/sysdeps/pthread/tst-thread-dlopen-fork-mod.c new file mode 100644 index 0000000000..c219328239 --- /dev/null +++ b/sysdeps/pthread/tst-thread-dlopen-fork-mod.c @@ -0,0 +1 @@ +/* Empty shared object. */ |