Skip to content

Commit

Permalink
comment netbsd symbols from 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Jun 27, 2017
1 parent 1eed66b commit c7d71f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/unix/bsd/netbsdlike/netbsd/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,9 @@ pub const _SC_SEM_NSEMS_MAX : ::c_int = 89;
pub const _SC_CPUTIME : ::c_int = 90;
pub const _SC_THREAD_CPUTIME : ::c_int = 91;
pub const _SC_DELAYTIMER_MAX : ::c_int = 92;
pub const _SC_SIGQUEUE_MAX : ::c_int = 93;
pub const _SC_REALTIME_SIGNALS : ::c_int = 94;
// These two variables will be supported in NetBSD 8.0
// pub const _SC_SIGQUEUE_MAX : ::c_int = 93;
// pub const _SC_REALTIME_SIGNALS : ::c_int = 94;
pub const _SC_PHYS_PAGES : ::c_int = 121;
pub const _SC_NPROCESSORS_CONF : ::c_int = 1001;
pub const _SC_NPROCESSORS_ONLN : ::c_int = 1002;
Expand Down

0 comments on commit c7d71f9

Please sign in to comment.