Skip to content

Commit

Permalink
SIG handling minor fix
Browse files Browse the repository at this point in the history
SIG handling minor fix on Linux
  • Loading branch information
ViacheslavRb authored and igcbot committed Sep 26, 2023
1 parent 04cc30e commit 8cad6d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ if (sig == 0) { \

#define EX_GUARD_END \
} else { \
TC::UnlockMutex(); \
res = CIF_GET_PIMPL()->GetErrorOutput(outVersion, sig); \
} \
REMOVE_SIG_HANDLER(SIGABRT) \
Expand All @@ -527,7 +528,6 @@ REMOVE_SIG_HANDLER(SIGILL) \
REMOVE_SIG_HANDLER(SIGINT) \
REMOVE_SIG_HANDLER(SIGSEGV) \
REMOVE_SIG_HANDLER(SIGTERM) \
TC::UnlockMutex();

#endif
#else
Expand Down

0 comments on commit 8cad6d0

Please sign in to comment.