Skip to content

Commit

Permalink
Fixed a technically-incorrect comment: you can't catch SIGKILL.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 11, 2010
1 parent 1171f47 commit 55ed6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion universal.h
Expand Up @@ -150,7 +150,7 @@ int fatal(const char *fmt, ...);
// The platform layer should set up signal/exception handlers before calling
// MojoSetup_main(), that will call these functions. "crashed" for bug
// signals (SIGSEGV, GPF, etc), and "terminated" for external forces that
// destroy the process (SIGKILL, SIGINT, etc). These functions do not return.
// destroy the process (SIGTERM, SIGINT, etc). These functions do not return.
void MojoSetup_crashed(void);
void MojoSetup_terminated(void);

Expand Down

0 comments on commit 55ed6f6

Please sign in to comment.