File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/unix/notbsd/linux/other Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -487,7 +487,6 @@ pub const TIOCSWINSZ: ::c_ulong = 0x5414;
487
487
pub const FIONREAD : :: c_ulong = 0x541B ;
488
488
489
489
// Syscall table
490
- <<<<<<< HEAD
491
490
pub const SYS_io_setup : :: c_ulong = 0 ;
492
491
pub const SYS_io_destroy : :: c_ulong = 1 ;
493
492
pub const SYS_io_submit : :: c_ulong = 2 ;
Original file line number Diff line number Diff line change @@ -484,7 +484,6 @@ pub const TIOCSWINSZ: ::c_ulong = 0x80087467;
484
484
pub const FIONREAD : :: c_ulong = 0x4004667f ;
485
485
486
486
// Syscall table
487
- <<<<<<< HEAD
488
487
pub const SYS_restart_syscall : :: c_ulong = 0 ;
489
488
pub const SYS_exit : :: c_ulong = 1 ;
490
489
pub const SYS_fork : :: c_ulong = 2 ;
Original file line number Diff line number Diff line change 44
44
45
45
#[ cfg( any( target_arch = "aarch64" ,
46
46
target_arch = "sparc64" ,
47
- all( target_pointer_width = "32" , not( target_arch = "x86_64" ) ) ) ) ]
47
+ all( target_pointer_width = "32" ,
48
+ not( target_arch = "x86_64" ) ) ) ) ]
48
49
pub ut_session: :: c_long,
49
50
#[ cfg( any( target_arch = "aarch64" ,
50
51
target_arch = "sparc64" ,
53
54
54
55
#[ cfg( not( any( target_arch = "aarch64" ,
55
56
target_arch = "sparc64" ,
56
- all( target_pointer_width = "32" , not( target_arch = "x86_64" ) ) ) ) ) ]
57
+ all( target_pointer_width = "32" ,
58
+ not( target_arch = "x86_64" ) ) ) ) ) ]
57
59
pub ut_session: :: int32_t,
58
60
#[ cfg( not( any( target_arch = "aarch64" ,
59
61
target_arch = "sparc64" ,
You can’t perform that action at this time.
0 commit comments