aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}