diff options
Diffstat (limited to 'stdlib/tst-strtod.c')
-rw-r--r-- | stdlib/tst-strtod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/tst-strtod.c b/stdlib/tst-strtod.c index ffd3975020..01c454261f 100644 --- a/stdlib/tst-strtod.c +++ b/stdlib/tst-strtod.c @@ -117,7 +117,7 @@ main (int argc, char ** argv) status |= long_dbl (); - exit (status ? EXIT_FAILURE : EXIT_SUCCESS); + return status ? EXIT_FAILURE : EXIT_SUCCESS; } static void |