Skip to content

Commit 0d61dcb

Browse files
committed
Add port_notify struct for illumos and Solaris
1 parent 7f11cdb commit 0d61dcb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/unix/solarish/mod.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,11 @@ s! {
364364
pub portev_user: *mut ::c_void,
365365
}
366366

367+
pub struct port_notify {
368+
pub portnfy_port: ::c_int,
369+
pub portnfy_user: *mut ::c_void,
370+
}
371+
367372
pub struct exit_status {
368373
e_termination: ::c_short,
369374
e_exit: ::c_short,

0 commit comments

Comments
 (0)