Skip to content

Commit c7d71f9

Browse files
committed
comment netbsd symbols from 8.0
1 parent 1eed66b commit c7d71f9

File tree

1 file changed

+3
-2
lines changed
  • src/unix/bsd/netbsdlike/netbsd

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,9 @@ pub const _SC_SEM_NSEMS_MAX : ::c_int = 89;
425425
pub const _SC_CPUTIME : ::c_int = 90;
426426
pub const _SC_THREAD_CPUTIME : ::c_int = 91;
427427
pub const _SC_DELAYTIMER_MAX : ::c_int = 92;
428-
pub const _SC_SIGQUEUE_MAX : ::c_int = 93;
429-
pub const _SC_REALTIME_SIGNALS : ::c_int = 94;
428+
// These two variables will be supported in NetBSD 8.0
429+
// pub const _SC_SIGQUEUE_MAX : ::c_int = 93;
430+
// pub const _SC_REALTIME_SIGNALS : ::c_int = 94;
430431
pub const _SC_PHYS_PAGES : ::c_int = 121;
431432
pub const _SC_NPROCESSORS_CONF : ::c_int = 1001;
432433
pub const _SC_NPROCESSORS_ONLN : ::c_int = 1002;

0 commit comments

Comments
 (0)