File tree Expand file tree Collapse file tree 5 files changed +4
-18
lines changed Expand file tree Collapse file tree 5 files changed +4
-18
lines changed Original file line number Diff line number Diff line change @@ -581,8 +581,6 @@ pub const SMB_SUPER_MAGIC: ::c_long = 0x0000517b;
581
581
pub const TMPFS_MAGIC : :: c_long = 0x01021994 ;
582
582
pub const USBDEVICE_SUPER_MAGIC : :: c_long = 0x00009fa2 ;
583
583
584
- pub const MADV_HUGEPAGE : :: c_int = 14 ;
585
- pub const MADV_NOHUGEPAGE : :: c_int = 15 ;
586
584
pub const MAP_HUGETLB : :: c_int = 0x040000 ;
587
585
588
586
pub const PTRACE_TRACEME : :: c_int = 0 ;
Original file line number Diff line number Diff line change @@ -185,14 +185,8 @@ pub const PTRACE_INTERRUPT: ::c_int = 0x4207;
185
185
pub const PTRACE_LISTEN : :: c_int = 0x4208 ;
186
186
pub const PTRACE_PEEKSIGINFO : :: c_int = 0x4209 ;
187
187
188
- pub const MADV_DODUMP : :: c_int = 17 ;
189
- pub const MADV_DONTDUMP : :: c_int = 16 ;
190
-
191
188
pub const EPOLLWAKEUP : :: c_int = 0x20000000 ;
192
189
193
- pub const MADV_HUGEPAGE : :: c_int = 14 ;
194
- pub const MADV_NOHUGEPAGE : :: c_int = 15 ;
195
-
196
190
pub const PTRACE_GETFPREGS : :: c_uint = 14 ;
197
191
pub const PTRACE_SETFPREGS : :: c_uint = 15 ;
198
192
pub const PTRACE_GETFPXREGS : :: c_uint = 18 ;
Original file line number Diff line number Diff line change @@ -410,13 +410,8 @@ pub const PTRACE_INTERRUPT: ::c_uint = 0x4207;
410
410
pub const PTRACE_LISTEN : :: c_uint = 0x4208 ;
411
411
pub const PTRACE_PEEKSIGINFO : :: c_uint = 0x4209 ;
412
412
413
- pub const MADV_DODUMP : :: c_int = 17 ;
414
- pub const MADV_DONTDUMP : :: c_int = 16 ;
415
-
416
413
pub const EPOLLWAKEUP : :: c_int = 0x20000000 ;
417
414
418
- pub const MADV_HUGEPAGE : :: c_int = 14 ;
419
- pub const MADV_NOHUGEPAGE : :: c_int = 15 ;
420
415
pub const MAP_HUGETLB : :: c_int = 0x040000 ;
421
416
422
417
pub const SEEK_DATA : :: c_int = 3 ;
Original file line number Diff line number Diff line change @@ -698,13 +698,8 @@ pub const PTRACE_INTERRUPT: ::c_uint = 0x4207;
698
698
pub const PTRACE_LISTEN : :: c_uint = 0x4208 ;
699
699
pub const PTRACE_PEEKSIGINFO : :: c_uint = 0x4209 ;
700
700
701
- pub const MADV_DODUMP : :: c_int = 17 ;
702
- pub const MADV_DONTDUMP : :: c_int = 16 ;
703
-
704
701
pub const EPOLLWAKEUP : :: c_int = 0x20000000 ;
705
702
706
- pub const MADV_HUGEPAGE : :: c_int = 14 ;
707
- pub const MADV_NOHUGEPAGE : :: c_int = 15 ;
708
703
pub const MAP_HUGETLB : :: c_int = 0x040000 ;
709
704
710
705
pub const EFD_NONBLOCK : :: c_int = 0x800 ;
Original file line number Diff line number Diff line change @@ -417,6 +417,10 @@ pub const MADV_DONTFORK: ::c_int = 10;
417
417
pub const MADV_DOFORK : :: c_int = 11 ;
418
418
pub const MADV_MERGEABLE : :: c_int = 12 ;
419
419
pub const MADV_UNMERGEABLE : :: c_int = 13 ;
420
+ pub const MADV_HUGEPAGE : :: c_int = 14 ;
421
+ pub const MADV_NOHUGEPAGE : :: c_int = 15 ;
422
+ pub const MADV_DONTDUMP : :: c_int = 16 ;
423
+ pub const MADV_DODUMP : :: c_int = 17 ;
420
424
pub const MADV_HWPOISON : :: c_int = 100 ;
421
425
pub const MADV_SOFT_OFFLINE : :: c_int = 101 ;
422
426
You can’t perform that action at this time.
0 commit comments