Skip to content

Commit

Permalink
[#81] Temporary sighandler fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elfenpiff committed Jan 17, 2024
1 parent b1442a0 commit 2603675
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion iceoryx2-bb/posix/src/signal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ define_signals! {
Alarm = posix::SIGALRM,
Bus = posix::SIGBUS,
Child = posix::SIGCHLD,
Continue = posix::SIGCONT,
//TODO: https://github.com/eclipse-iceoryx/iceoryx2/issues/81
// comment in Continue again when the bindgen bug is fixed
//Continue = posix::SIGCONT,
FloatingPointError = posix::SIGFPE,
Hangup = posix::SIGHUP,
IllegalInstruction = posix::SIGILL,
Expand Down

0 comments on commit 2603675

Please sign in to comment.