about summary refs log tree commit diff
path: root/REORG.TODO/elf/nextmod2.c
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/elf/nextmod2.c')
-rw-r--r--REORG.TODO/elf/nextmod2.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/REORG.TODO/elf/nextmod2.c b/REORG.TODO/elf/nextmod2.c
new file mode 100644
index 0000000000..b2c435f341
--- /dev/null
+++ b/REORG.TODO/elf/nextmod2.c
@@ -0,0 +1,10 @@
+/* Very elaborated function.  */
+
+extern int successful_rtld_next_test (void);
+
+
+int
+successful_rtld_next_test (void)
+{
+  return 42;
+}