Skip to content

Commit e295907

Browse files
fiveopcarllerche
authored andcommitted
Publish SockFlags from nix::sys::signal.
This brings them in alignment with other things republished from the OS specific nix::sys::signal::signal.
1 parent 0fca8b3 commit e295907

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/sys/signal.rs

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,18 @@ pub use self::signal::{
4545
NSIG,
4646
};
4747

48-
pub use self::signal::SockFlag;
48+
pub use self::signal::{
49+
SockFlag,
50+
51+
SA_NOCLDSTOP,
52+
SA_NOCLDWAIT,
53+
SA_NODEFER,
54+
SA_ONSTACK,
55+
SA_RESETHAND,
56+
SA_RESTART,
57+
SA_SIGINFO,
58+
};
59+
4960
pub use self::signal::{HowFlag, SIG_BLOCK, SIG_UNBLOCK, SIG_SETMASK};
5061
pub use self::signal::sigset_t;
5162

0 commit comments

Comments
 (0)