diff --git a/iceoryx2-bb/posix/src/signal.rs b/iceoryx2-bb/posix/src/signal.rs index 8fdf7f5fb..91f6b7e18 100644 --- a/iceoryx2-bb/posix/src/signal.rs +++ b/iceoryx2-bb/posix/src/signal.rs @@ -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,