From: bors Date: Wed, 21 Aug 2013 13:31:44 +0000 (-0700) Subject: auto merge of #8602 : sanxiyn/rust/sysconf, r=graydon X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=9765f337a944b6c09d3b1f86fd0288f73f5b0e2f;p=rust.git auto merge of #8602 : sanxiyn/rust/sysconf, r=graydon Linux and Android share the kernel, but not the C library, so sysconf constants are different. For example, _SC_PAGESIZE is 30 on Linux, but 39 on Android. This patch * splits sysconf constants to sysconf module * merges non-MIPS and MIPS sysconf constants (they are same) * adds Android sysconf constants This patch also lets mmap tests to pass on Android. --- 9765f337a944b6c09d3b1f86fd0288f73f5b0e2f