summaryrefslogtreecommitdiff
path: root/stdlib/tst-strtoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/tst-strtoll.c')
-rw-r--r--stdlib/tst-strtoll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/tst-strtoll.c b/stdlib/tst-strtoll.c
index 1cc72823b6..9007488d80 100644
--- a/stdlib/tst-strtoll.c
+++ b/stdlib/tst-strtoll.c
@@ -157,7 +157,7 @@ main (void)
}
}
- exit (status ? EXIT_FAILURE : EXIT_SUCCESS);
+ return status ? EXIT_FAILURE : EXIT_SUCCESS;
}
static void