Skip to content

Commit

Permalink
signal
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowone committed Apr 25, 2024
1 parent 620f558 commit aa60501
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vm/src/stdlib/signal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ pub(crate) mod _signal {

#[cfg(unix)]
pub use nix::unistd::alarm as sig_alarm;

#[cfg(not(windows))]
#[cfg(unix)]
pub use libc::SIG_ERR;

#[cfg(not(windows))]
#[cfg(unix)]
#[pyattr]
pub use libc::{SIG_DFL, SIG_IGN};

Expand Down

0 comments on commit aa60501

Please sign in to comment.