File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/unix/bsd/netbsdlike/netbsd Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -649,13 +649,13 @@ pub const PTHREAD_MUTEX_ERRORCHECK: ::c_int = 1;
649649pub const PTHREAD_MUTEX_RECURSIVE : :: c_int = 2 ;
650650pub const PTHREAD_MUTEX_DEFAULT : :: c_int = PTHREAD_MUTEX_NORMAL ;
651651
652- pub const EVFILT_AIO : :: int32_t = 2 ;
653- pub const EVFILT_PROC : :: int32_t = 4 ;
654- pub const EVFILT_READ : :: int32_t = 0 ;
655- pub const EVFILT_SIGNAL : :: int32_t = 5 ;
656- pub const EVFILT_TIMER : :: int32_t = 6 ;
657- pub const EVFILT_VNODE : :: int32_t = 3 ;
658- pub const EVFILT_WRITE : :: int32_t = 1 ;
652+ pub const EVFILT_AIO : :: uint32_t = 2 ;
653+ pub const EVFILT_PROC : :: uint32_t = 4 ;
654+ pub const EVFILT_READ : :: uint32_t = 0 ;
655+ pub const EVFILT_SIGNAL : :: uint32_t = 5 ;
656+ pub const EVFILT_TIMER : :: uint32_t = 6 ;
657+ pub const EVFILT_VNODE : :: uint32_t = 3 ;
658+ pub const EVFILT_WRITE : :: uint32_t = 1 ;
659659
660660pub const EV_ADD : :: uint32_t = 0x1 ;
661661pub const EV_DELETE : :: uint32_t = 0x2 ;
You can’t perform that action at this time.
0 commit comments