File tree 11 files changed +88
-0
lines changed
src/unix/linux_like/linux/musl
11 files changed +88
-0
lines changed Original file line number Diff line number Diff line change 55
55
}
56
56
57
57
pub struct ipc_perm {
58
+ #[ cfg( musl_v1_2_3) ]
59
+ pub __key: crate :: key_t,
60
+ #[ cfg( not( musl_v1_2_3) ) ]
61
+ #[ deprecated(
62
+ since = "0.2.173" ,
63
+ note = "This field is incorrectly named and will be changed
64
+ to __key in a future release."
65
+ ) ]
58
66
pub __ipc_perm_key: crate :: key_t,
59
67
pub uid: crate :: uid_t,
60
68
pub gid: crate :: gid_t,
Original file line number Diff line number Diff line change 34
34
}
35
35
36
36
pub struct ipc_perm {
37
+ #[ cfg( musl_v1_2_3) ]
38
+ pub __key: crate :: key_t,
39
+ #[ cfg( not( musl_v1_2_3) ) ]
40
+ #[ deprecated(
41
+ since = "0.2.173" ,
42
+ note = "This field is incorrectly named and will be changed
43
+ to __key in a future release"
44
+ ) ]
37
45
pub __ipc_perm_key: crate :: key_t,
38
46
pub uid: crate :: uid_t,
39
47
pub gid: crate :: gid_t,
Original file line number Diff line number Diff line change 57
57
}
58
58
59
59
pub struct ipc_perm {
60
+ #[ cfg( musl_v1_2_3) ]
61
+ pub __key: crate :: key_t,
62
+ #[ cfg( not( musl_v1_2_3) ) ]
63
+ #[ deprecated(
64
+ since = "0.2.173" ,
65
+ note = "This field is incorrectly named and will be changed
66
+ to __key in a future release."
67
+ ) ]
60
68
pub __ipc_perm_key: crate :: key_t,
61
69
pub uid: crate :: uid_t,
62
70
pub gid: crate :: gid_t,
Original file line number Diff line number Diff line change 53
53
}
54
54
55
55
pub struct ipc_perm {
56
+ #[ cfg( musl_v1_2_3) ]
57
+ pub __key: crate :: key_t,
58
+ #[ cfg( not( musl_v1_2_3) ) ]
59
+ #[ deprecated(
60
+ since = "0.2.173" ,
61
+ note = "This field is incorrectly named and will be changed
62
+ to __key in a future release."
63
+ ) ]
56
64
pub __ipc_perm_key: crate :: key_t,
57
65
pub uid: crate :: uid_t,
58
66
pub gid: crate :: gid_t,
Original file line number Diff line number Diff line change 59
59
}
60
60
61
61
pub struct ipc_perm {
62
+ #[ cfg( musl_v1_2_3) ]
63
+ pub __key: crate :: key_t,
64
+ #[ cfg( not( musl_v1_2_3) ) ]
65
+ #[ deprecated(
66
+ since = "0.2.173" ,
67
+ note = "This field is incorrectly named and will be changed
68
+ to __key in a future release."
69
+ ) ]
62
70
pub __ipc_perm_key: crate :: key_t,
63
71
pub uid: crate :: uid_t,
64
72
pub gid: crate :: gid_t,
Original file line number Diff line number Diff line change 60
60
}
61
61
62
62
pub struct ipc_perm {
63
+ #[ cfg( musl_v1_2_3) ]
64
+ pub __key: crate :: key_t,
65
+ #[ cfg( not( musl_v1_2_3) ) ]
66
+ #[ deprecated(
67
+ since = "0.2.173" ,
68
+ note = "This field is incorrectly named and will be changed
69
+ to __key in a future release."
70
+ ) ]
63
71
pub __ipc_perm_key: crate :: key_t,
64
72
pub uid: crate :: uid_t,
65
73
pub gid: crate :: gid_t,
Original file line number Diff line number Diff line change 57
57
}
58
58
59
59
pub struct ipc_perm {
60
+ #[ cfg( musl_v1_2_3) ]
61
+ pub __key: crate :: key_t,
62
+ #[ cfg( not( musl_v1_2_3) ) ]
63
+ #[ deprecated(
64
+ since = "0.2.173" ,
65
+ note = "This field is incorrectly named and will be changed
66
+ to __key in a future release."
67
+ ) ]
60
68
pub __ipc_perm_key: crate :: key_t,
61
69
pub uid: crate :: uid_t,
62
70
pub gid: crate :: gid_t,
Original file line number Diff line number Diff line change 51
51
}
52
52
53
53
pub struct ipc_perm {
54
+ #[ cfg( musl_v1_2_3) ]
55
+ pub __key: crate :: key_t,
56
+ #[ cfg( not( musl_v1_2_3) ) ]
57
+ #[ deprecated(
58
+ since = "0.2.173" ,
59
+ note = "This field is incorrectly named and will be changed
60
+ to __key in a future release."
61
+ ) ]
54
62
pub __ipc_perm_key: crate :: key_t,
55
63
pub uid: crate :: uid_t,
56
64
pub gid: crate :: gid_t,
Original file line number Diff line number Diff line change @@ -10,6 +10,14 @@ pub type __s64 = i64;
10
10
11
11
s ! {
12
12
pub struct ipc_perm {
13
+ #[ cfg( musl_v1_2_3) ]
14
+ pub __key: crate :: key_t,
15
+ #[ cfg( not( musl_v1_2_3) ) ]
16
+ #[ deprecated(
17
+ since = "0.2.173" ,
18
+ note = "This field is incorrectly named and will be changed
19
+ to __key in a future release."
20
+ ) ]
13
21
pub __ipc_perm_key: crate :: key_t,
14
22
pub uid: crate :: uid_t,
15
23
pub gid: crate :: gid_t,
Original file line number Diff line number Diff line change 53
53
}
54
54
55
55
pub struct ipc_perm {
56
+ #[ cfg( musl_v1_2_3) ]
57
+ pub __key: crate :: key_t,
58
+ #[ cfg( not( musl_v1_2_3) ) ]
59
+ #[ deprecated(
60
+ since = "0.2.173" ,
61
+ note = "This field is incorrectly named and will be changed
62
+ to __key in a future release."
63
+ ) ]
56
64
pub __ipc_perm_key: crate :: key_t,
57
65
pub uid: crate :: uid_t,
58
66
pub gid: crate :: gid_t,
Original file line number Diff line number Diff line change @@ -112,6 +112,14 @@ s! {
112
112
}
113
113
114
114
pub struct ipc_perm {
115
+ #[ cfg( musl_v1_2_3) ]
116
+ pub __key: crate :: key_t,
117
+ #[ cfg( not( musl_v1_2_3) ) ]
118
+ #[ deprecated(
119
+ since = "0.2.173" ,
120
+ note = "This field is incorrectly named and will be changed
121
+ to __key in a future release."
122
+ ) ]
115
123
pub __ipc_perm_key: crate :: key_t,
116
124
pub uid: crate :: uid_t,
117
125
pub gid: crate :: gid_t,
You can’t perform that action at this time.
0 commit comments