aboutsummaryrefslogtreecommitdiffstats
path: root/profile.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-06-12 23:11:37 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-06-12 23:11:37 +0300
commit8ce87087172ee5be4ee72a1513daad3821185bf7 (patch)
tree5073b5de1171bd71fea21adea7e8944a18e57999 /profile.c
parent820b6a2ccb7859e15ade36af6ac1d0d08c1da4b1 (diff)
downloadegawk-8ce87087172ee5be4ee72a1513daad3821185bf7.tar.gz
egawk-8ce87087172ee5be4ee72a1513daad3821185bf7.tar.bz2
egawk-8ce87087172ee5be4ee72a1513daad3821185bf7.zip
More API implementations and testext improvements.
Diffstat (limited to 'profile.c')
-rw-r--r--profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile.c b/profile.c
index 15c9879b..16aa1cdd 100644
--- a/profile.c
+++ b/profile.c
@@ -922,7 +922,7 @@ static RETSIGTYPE
dump_and_exit(int signum)
{
just_dump(signum);
- exit(EXIT_FAILURE);
+ final_exit(EXIT_FAILURE);
}