Actually exit on SIGTERM, this appears to be more convenient for most tests.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@266 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Jilles Tjoelker 2004-03-04 14:31:21 +00:00
parent e33b7fabd6
commit 0f2d2bf60f
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ sigterm(int sig)
#define S "SIGTERM received.\n"
write(STDOUT_FILENO, S, -1 + sizeof S);
#undef S
exit(1);
}
void