Skip to content

Commit

Permalink
remove constants not present in ndk-r13b
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Jun 27, 2017
1 parent 252027d commit 1eed66b
Showing 1 changed file with 0 additions and 57 deletions.
57 changes: 0 additions & 57 deletions src/unix/notbsd/android/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -298,63 +298,6 @@ pub const _SC_NPROCESSORS_ONLN: ::c_int = 97;
pub const _SC_PHYS_PAGES: ::c_int = 98;
pub const _SC_AVPHYS_PAGES: ::c_int = 99;
pub const _SC_MONOTONIC_CLOCK: ::c_int = 100;
pub const _SC_2_PBS: ::c_int = 101;
pub const _SC_2_PBS_ACCOUNTING: ::c_int = 102;
pub const _SC_2_PBS_CHECKPOINT: ::c_int = 103;
pub const _SC_2_PBS_LOCATE: ::c_int = 104;
pub const _SC_2_PBS_MESSAGE: ::c_int = 105;
pub const _SC_2_PBS_TRACK: ::c_int = 106;
pub const _SC_ADVISORY_INFO: ::c_int = 107;
pub const _SC_BARRIERS: ::c_int = 108;
pub const _SC_CLOCK_SELECTION: ::c_int = 109;
pub const _SC_CPUTIME: ::c_int = 110;
pub const _SC_HOST_NAME_MAX: ::c_int = 111;
pub const _SC_IPV6: ::c_int = 112;
pub const _SC_RAW_SOCKETS: ::c_int = 113;
pub const _SC_READER_WRITER_LOCKS: ::c_int = 114;
pub const _SC_REGEXP: ::c_int = 115;
pub const _SC_SHELL: ::c_int = 116;
pub const _SC_SPAWN: ::c_int = 117;
pub const _SC_SPIN_LOCKS: ::c_int = 118;
pub const _SC_SPORADIC_SERVER: ::c_int = 119;
pub const _SC_SS_REPL_MAX: ::c_int = 120;
pub const _SC_SYMLOOP_MAX: ::c_int = 121;
pub const _SC_THREAD_CPUTIME: ::c_int = 122;
pub const _SC_THREAD_PROCESS_SHARED: ::c_int = 123;
pub const _SC_THREAD_ROBUST_PRIO_INHERIT: ::c_int = 124;
pub const _SC_THREAD_ROBUST_PRIO_PROTECT: ::c_int = 125;
pub const _SC_THREAD_SPORADIC_SERVER: ::c_int = 126;
pub const _SC_TIMEOUTS: ::c_int = 127;
pub const _SC_TRACE: ::c_int = 128;
pub const _SC_TRACE_EVENT_FILTER: ::c_int = 129;
pub const _SC_TRACE_EVENT_NAME_MAX: ::c_int = 130;
pub const _SC_TRACE_INHERIT: ::c_int = 131;
pub const _SC_TRACE_LOG: ::c_int = 132;
pub const _SC_TRACE_NAME_MAX: ::c_int = 133;
pub const _SC_TRACE_SYS_MAX: ::c_int = 134;
pub const _SC_TRACE_USER_EVENT_MAX: ::c_int = 135;
pub const _SC_TYPED_MEMORY_OBJECTS: ::c_int = 136;
pub const _SC_V7_ILP32_OFF32: ::c_int = 137;
pub const _SC_V7_ILP32_OFFBIG: ::c_int = 138;
pub const _SC_V7_LP64_OFF64: ::c_int = 139;
pub const _SC_V7_LPBIG_OFFBIG: ::c_int = 140;
pub const _SC_XOPEN_STREAMS: ::c_int = 141;
pub const _SC_XOPEN_UUCP: ::c_int = 142;
pub const _SC_LEVEL1_ICACHE_SIZE: ::c_int = 143;
pub const _SC_LEVEL1_ICACHE_ASSOC: ::c_int = 144;
pub const _SC_LEVEL1_ICACHE_LINESIZE: ::c_int = 145;
pub const _SC_LEVEL1_DCACHE_SIZE: ::c_int = 146;
pub const _SC_LEVEL1_DCACHE_ASSOC: ::c_int = 147;
pub const _SC_LEVEL1_DCACHE_LINESIZE: ::c_int = 148;
pub const _SC_LEVEL2_CACHE_SIZE: ::c_int = 149;
pub const _SC_LEVEL2_CACHE_ASSOC: ::c_int = 150;
pub const _SC_LEVEL2_CACHE_LINESIZE: ::c_int = 151;
pub const _SC_LEVEL3_CACHE_SIZE: ::c_int = 152;
pub const _SC_LEVEL3_CACHE_ASSOC: ::c_int = 153;
pub const _SC_LEVEL3_CACHE_LINESIZE: ::c_int = 154;
pub const _SC_LEVEL4_CACHE_SIZE: ::c_int = 155;
pub const _SC_LEVEL4_CACHE_ASSOC: ::c_int = 156;
pub const _SC_LEVEL4_CACHE_LINESIZE: ::c_int = 157;

pub const PTHREAD_MUTEX_NORMAL: ::c_int = 0;
pub const PTHREAD_MUTEX_RECURSIVE: ::c_int = 1;
Expand Down

0 comments on commit 1eed66b

Please sign in to comment.