Skip to content

Commit c73ef9c

Browse files
committed
Fixed openbsd POLLNORM flag.
1 parent b452c06 commit c73ef9c

File tree

1 file changed

+1
-1
lines changed
  • src/unix/bsd/netbsdlike/openbsdlike

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ 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;
194+
pub const POLLNORM: ::c_short = ::POLLRDNORM;
195195

196196
pub const ENOATTR : ::c_int = 83;
197197
pub const EILSEQ : ::c_int = 84;

0 commit comments

Comments
 (0)