aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2021-04-25 23:32:40 +0200
committerjohannst <johannes.stoelp@gmail.com>2021-04-25 23:32:40 +0200
commit6f7efd7075fcea29922536d8fb1ad810182437cd (patch)
tree610e6d0ef792bea603ccf5d564dc45156f9a9e1c
parente6716313137bc397d7d7d42faf07b06a5fea65c1 (diff)
downloaddynld-6f7efd7075fcea29922536d8fb1ad810182437cd.tar.gz
dynld-6f7efd7075fcea29922536d8fb1ad810182437cd.zip
main: remove exit syscall
-rw-r--r--04_dynld_nostd/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/04_dynld_nostd/main.c b/04_dynld_nostd/main.c
index a787158..709fad0 100644
--- a/04_dynld_nostd/main.c
+++ b/04_dynld_nostd/main.c
@@ -17,6 +17,4 @@ void _start() {
// Reference global variable from libgreet.so -> generates RELA relocation.
pfmt("libgreet.so called %d times\n", gCalled);
-
- _exit(0);
}