Skip to content

Commit

Permalink
Added forward declaration for mce_tx_signal_cb()
Browse files Browse the repository at this point in the history
Forgot it after shuffling the code to keep the
signal installation list close to signal handler.
  • Loading branch information
spiiroin committed Dec 11, 2012
1 parent 3adc5d0 commit 7027ead
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mce.c
Expand Up @@ -305,6 +305,8 @@ void mce_abort(void)
#endif
}

static void mce_tx_signal_cb(int sig);

/**
* Signal handler
*
Expand Down

0 comments on commit 7027ead

Please sign in to comment.