Skip to content

Commit b452c06

Browse files
committed
Added POLLNORM constant to openbsd-like unix
1 parent f370109 commit b452c06

File tree

1 file changed

+2
-0
lines changed
  • src/unix/bsd/netbsdlike/openbsdlike

1 file changed

+2
-0
lines changed

src/unix/bsd/netbsdlike/openbsdlike/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ pub const MS_INVALIDATE : ::c_int = 0x0004;
191191

192192
pub const PTHREAD_STACK_MIN : ::size_t = 2048;
193193

194+
pub const POLLNORM: ::c_short = ::POLRDNORM;
195+
194196
pub const ENOATTR : ::c_int = 83;
195197
pub const EILSEQ : ::c_int = 84;
196198
pub const EOVERFLOW : ::c_int = 87;

0 commit comments

Comments
 (0)