Skip to content

Commit 1eed66b

Browse files
committed
remove constants not present in ndk-r13b
1 parent 252027d commit 1eed66b

File tree

1 file changed

+0
-57
lines changed

1 file changed

+0
-57
lines changed

src/unix/notbsd/android/mod.rs

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -298,63 +298,6 @@ pub const _SC_NPROCESSORS_ONLN: ::c_int = 97;
298298
pub const _SC_PHYS_PAGES: ::c_int = 98;
299299
pub const _SC_AVPHYS_PAGES: ::c_int = 99;
300300
pub const _SC_MONOTONIC_CLOCK: ::c_int = 100;
301-
pub const _SC_2_PBS: ::c_int = 101;
302-
pub const _SC_2_PBS_ACCOUNTING: ::c_int = 102;
303-
pub const _SC_2_PBS_CHECKPOINT: ::c_int = 103;
304-
pub const _SC_2_PBS_LOCATE: ::c_int = 104;
305-
pub const _SC_2_PBS_MESSAGE: ::c_int = 105;
306-
pub const _SC_2_PBS_TRACK: ::c_int = 106;
307-
pub const _SC_ADVISORY_INFO: ::c_int = 107;
308-
pub const _SC_BARRIERS: ::c_int = 108;
309-
pub const _SC_CLOCK_SELECTION: ::c_int = 109;
310-
pub const _SC_CPUTIME: ::c_int = 110;
311-
pub const _SC_HOST_NAME_MAX: ::c_int = 111;
312-
pub const _SC_IPV6: ::c_int = 112;
313-
pub const _SC_RAW_SOCKETS: ::c_int = 113;
314-
pub const _SC_READER_WRITER_LOCKS: ::c_int = 114;
315-
pub const _SC_REGEXP: ::c_int = 115;
316-
pub const _SC_SHELL: ::c_int = 116;
317-
pub const _SC_SPAWN: ::c_int = 117;
318-
pub const _SC_SPIN_LOCKS: ::c_int = 118;
319-
pub const _SC_SPORADIC_SERVER: ::c_int = 119;
320-
pub const _SC_SS_REPL_MAX: ::c_int = 120;
321-
pub const _SC_SYMLOOP_MAX: ::c_int = 121;
322-
pub const _SC_THREAD_CPUTIME: ::c_int = 122;
323-
pub const _SC_THREAD_PROCESS_SHARED: ::c_int = 123;
324-
pub const _SC_THREAD_ROBUST_PRIO_INHERIT: ::c_int = 124;
325-
pub const _SC_THREAD_ROBUST_PRIO_PROTECT: ::c_int = 125;
326-
pub const _SC_THREAD_SPORADIC_SERVER: ::c_int = 126;
327-
pub const _SC_TIMEOUTS: ::c_int = 127;
328-
pub const _SC_TRACE: ::c_int = 128;
329-
pub const _SC_TRACE_EVENT_FILTER: ::c_int = 129;
330-
pub const _SC_TRACE_EVENT_NAME_MAX: ::c_int = 130;
331-
pub const _SC_TRACE_INHERIT: ::c_int = 131;
332-
pub const _SC_TRACE_LOG: ::c_int = 132;
333-
pub const _SC_TRACE_NAME_MAX: ::c_int = 133;
334-
pub const _SC_TRACE_SYS_MAX: ::c_int = 134;
335-
pub const _SC_TRACE_USER_EVENT_MAX: ::c_int = 135;
336-
pub const _SC_TYPED_MEMORY_OBJECTS: ::c_int = 136;
337-
pub const _SC_V7_ILP32_OFF32: ::c_int = 137;
338-
pub const _SC_V7_ILP32_OFFBIG: ::c_int = 138;
339-
pub const _SC_V7_LP64_OFF64: ::c_int = 139;
340-
pub const _SC_V7_LPBIG_OFFBIG: ::c_int = 140;
341-
pub const _SC_XOPEN_STREAMS: ::c_int = 141;
342-
pub const _SC_XOPEN_UUCP: ::c_int = 142;
343-
pub const _SC_LEVEL1_ICACHE_SIZE: ::c_int = 143;
344-
pub const _SC_LEVEL1_ICACHE_ASSOC: ::c_int = 144;
345-
pub const _SC_LEVEL1_ICACHE_LINESIZE: ::c_int = 145;
346-
pub const _SC_LEVEL1_DCACHE_SIZE: ::c_int = 146;
347-
pub const _SC_LEVEL1_DCACHE_ASSOC: ::c_int = 147;
348-
pub const _SC_LEVEL1_DCACHE_LINESIZE: ::c_int = 148;
349-
pub const _SC_LEVEL2_CACHE_SIZE: ::c_int = 149;
350-
pub const _SC_LEVEL2_CACHE_ASSOC: ::c_int = 150;
351-
pub const _SC_LEVEL2_CACHE_LINESIZE: ::c_int = 151;
352-
pub const _SC_LEVEL3_CACHE_SIZE: ::c_int = 152;
353-
pub const _SC_LEVEL3_CACHE_ASSOC: ::c_int = 153;
354-
pub const _SC_LEVEL3_CACHE_LINESIZE: ::c_int = 154;
355-
pub const _SC_LEVEL4_CACHE_SIZE: ::c_int = 155;
356-
pub const _SC_LEVEL4_CACHE_ASSOC: ::c_int = 156;
357-
pub const _SC_LEVEL4_CACHE_LINESIZE: ::c_int = 157;
358301

359302
pub const PTHREAD_MUTEX_NORMAL: ::c_int = 0;
360303
pub const PTHREAD_MUTEX_RECURSIVE: ::c_int = 1;

0 commit comments

Comments
 (0)