Skip to content

Commit

Permalink
Move shutdown_flag out of extern "C" linkage block. (I think this is …
Browse files Browse the repository at this point in the history
…right,

please take a look at it, it came out during gcc4.X test builds.)
  • Loading branch information
pelmer committed Oct 24, 2007
1 parent 0b15da2 commit b2c9c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FWCore/Utilities/src/UnixSignalHandlers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ namespace edm {

//--------------------------------------------------------------

extern "C" {
volatile bool shutdown_flag = false;
volatile bool shutdown_flag = false;

extern "C" {
void ep_sigusr2(int,siginfo_t*,void*)
{
FDEBUG(1) << "in sigusr2 handler\n";
Expand Down

0 comments on commit b2c9c70

Please sign in to comment.