File tree Expand file tree Collapse file tree 2 files changed +0
-76
lines changed
src/unix/linux_like/linux/gnu/b64 Expand file tree Collapse file tree 2 files changed +0
-76
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,6 @@ pub type c_long = i64;
4
4
pub type c_ulong = u64 ;
5
5
6
6
s ! {
7
- pub struct sigaction {
8
- pub sa_sigaction: :: sighandler_t,
9
- pub sa_mask: :: sigset_t,
10
- #[ cfg( target_arch = "sparc64" ) ]
11
- __reserved0: :: c_int,
12
- pub sa_flags: :: c_int,
13
- pub sa_restorer: :: Option <extern fn ( ) >,
14
- }
15
-
16
7
pub struct statvfs {
17
8
pub f_bsize: :: c_ulong,
18
9
pub f_frsize: :: c_ulong,
27
18
pub f_namemax: :: c_ulong,
28
19
__f_spare: [ :: c_int; 6 ] ,
29
20
}
30
-
31
- pub struct siginfo_t {
32
- pub si_signo: :: c_int,
33
- pub si_errno: :: c_int,
34
- pub si_code: :: c_int,
35
- #[ doc( hidden) ]
36
- #[ deprecated(
37
- since="0.2.54" ,
38
- note="Please leave a comment on \
39
- https://github.com/rust-lang/libc/pull/1316 if you're using \
40
- this field"
41
- ) ]
42
- pub _pad: [ :: c_int; 29 ] ,
43
- _align: [ usize ; 0 ] ,
44
- }
45
-
46
- pub struct stack_t {
47
- pub ss_sp: * mut :: c_void,
48
- pub ss_flags: :: c_int,
49
- pub ss_size: :: size_t
50
- }
51
-
52
- pub struct flock {
53
- pub l_type: :: c_short,
54
- pub l_whence: :: c_short,
55
- pub l_start: :: off_t,
56
- pub l_len: :: off_t,
57
- pub l_pid: :: pid_t,
58
- }
59
21
}
60
22
61
23
pub const __SIZEOF_PTHREAD_MUTEX_T: usize = 40 ;
Original file line number Diff line number Diff line change @@ -4,23 +4,6 @@ pub type c_long = i32;
4
4
pub type c_ulong = u32 ;
5
5
6
6
s ! {
7
- pub struct sigaction {
8
- pub sa_sigaction: :: sighandler_t,
9
- pub sa_mask: :: sigset_t,
10
- #[ cfg( target_arch = "sparc64" ) ]
11
- __reserved0: :: c_int,
12
- pub sa_flags: :: c_int,
13
- pub sa_restorer: :: Option <extern fn ( ) >,
14
- }
15
-
16
- pub struct flock {
17
- pub l_type: :: c_short,
18
- pub l_whence: :: c_short,
19
- pub l_start: :: off_t,
20
- pub l_len: :: off_t,
21
- pub l_pid: :: pid_t,
22
- }
23
-
24
7
pub struct statvfs {
25
8
pub f_bsize: :: c_ulong,
26
9
pub f_frsize: :: c_ulong,
35
18
pub f_namemax: :: c_ulong,
36
19
__f_spare: [ :: c_int; 6 ] ,
37
20
}
38
-
39
- pub struct siginfo_t {
40
- pub si_signo: :: c_int,
41
- pub si_errno: :: c_int,
42
- pub si_code: :: c_int,
43
- #[ doc( hidden) ]
44
- #[ deprecated(
45
- since="0.2.54" ,
46
- note="Please leave a comment on \
47
- https://github.com/rust-lang/libc/pull/1316 if you're using \
48
- this field"
49
- ) ]
50
- pub _pad: [ :: c_int; 29 ] ,
51
- _align: [ usize ; 0 ] ,
52
- }
53
-
54
- pub struct stack_t {
55
- pub ss_sp: * mut :: c_void,
56
- pub ss_flags: :: c_int,
57
- pub ss_size: :: size_t
58
- }
59
21
}
60
22
61
23
pub const __SIZEOF_PTHREAD_MUTEX_T: usize = 32 ;
You can’t perform that action at this time.
0 commit comments