diff options
Diffstat (limited to 'elf/unloadmod.c')
-rw-r--r-- | elf/unloadmod.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/elf/unloadmod.c b/elf/unloadmod.c new file mode 100644 index 0000000000..3aa5403edf --- /dev/null +++ b/elf/unloadmod.c @@ -0,0 +1,4 @@ +struct testdat +{ + void *next; +} testdat; |