File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/unix/linux_like/android Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1569,6 +1569,7 @@ fn test_android(target: &str) {
1569
1569
"libgen.h" ,
1570
1570
"limits.h" ,
1571
1571
"link.h" ,
1572
+ "linux/sysctl.h" ,
1572
1573
"locale.h" ,
1573
1574
"malloc.h" ,
1574
1575
"net/ethernet.h" ,
@@ -3264,6 +3265,7 @@ fn test_linux(target: &str) {
3264
3265
"libgen.h" ,
3265
3266
"limits.h" ,
3266
3267
"link.h" ,
3268
+ "linux/sysctl.h" ,
3267
3269
"locale.h" ,
3268
3270
"malloc.h" ,
3269
3271
"mntent.h" ,
Original file line number Diff line number Diff line change @@ -3177,7 +3177,6 @@ pub const KERN_SECUREMASK: ::c_int = 5;
3177
3177
pub const KERN_PROF : :: c_int = 6 ;
3178
3178
pub const KERN_NODENAME : :: c_int = 7 ;
3179
3179
pub const KERN_DOMAINNAME : :: c_int = 8 ;
3180
- pub const KERN_CAP_BSET : :: c_int = 14 ;
3181
3180
pub const KERN_PANIC : :: c_int = 15 ;
3182
3181
pub const KERN_REALROOTDEV : :: c_int = 16 ;
3183
3182
pub const KERN_SPARC_REBOOT : :: c_int = 21 ;
You can’t perform that action at this time.
0 commit comments