File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
src/unix/notbsd/linux/other Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pub const O_NOFOLLOW: ::c_int = 0x8000;
8
8
pub const MAP_LOCKED : :: c_int = 0x02000 ;
9
9
pub const MAP_NORESERVE : :: c_int = 0x04000 ;
10
10
11
- pub const EDEADLK : :: c_int = 35 ;
11
+ pub const EDEADLOCK : :: c_int = 35 ;
12
12
13
13
pub const SO_PEERCRED : :: c_int = 17 ;
14
14
pub const SO_RCVLOWAT : :: c_int = 18 ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pub const O_NOFOLLOW: ::c_int = 0x20000;
8
8
pub const MAP_LOCKED : :: c_int = 0x02000 ;
9
9
pub const MAP_NORESERVE : :: c_int = 0x04000 ;
10
10
11
- pub const EDEADLK : :: c_int = 35 ;
11
+ pub const EDEADLOCK : :: c_int = 35 ;
12
12
13
13
pub const SO_PEERCRED : :: c_int = 17 ;
14
14
pub const SO_RCVLOWAT : :: c_int = 18 ;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ pub const O_NOFOLLOW: ::c_int = 0x8000;
15
15
pub const MAP_LOCKED : :: c_int = 0x02000 ;
16
16
pub const MAP_NORESERVE : :: c_int = 0x04000 ;
17
17
18
- pub const EDEADLK : :: c_int = 35 ;
18
+ pub const EDEADLOCK : :: c_int = 35 ;
19
19
20
20
pub const SO_PEERCRED : :: c_int = 17 ;
21
21
pub const SO_RCVLOWAT : :: c_int = 18 ;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ pub const O_DIRECT: ::c_int = 0x20000;
15
15
pub const MAP_LOCKED : :: c_int = 0x00080 ;
16
16
pub const MAP_NORESERVE : :: c_int = 0x00040 ;
17
17
18
- pub const EDEADLK : :: c_int = 58 ;
18
+ pub const EDEADLOCK : :: c_int = 58 ;
19
19
20
20
pub const SO_PEERCRED : :: c_int = 21 ;
21
21
pub const SO_RCVLOWAT : :: c_int = 16 ;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ pub const O_NOFOLLOW: ::c_int = 0x20000;
15
15
pub const MAP_LOCKED : :: c_int = 0x02000 ;
16
16
pub const MAP_NORESERVE : :: c_int = 0x04000 ;
17
17
18
- pub const EDEADLK : :: c_int = 35 ;
18
+ pub const EDEADLOCK : :: c_int = 35 ;
19
19
20
20
pub const SO_PEERCRED : :: c_int = 17 ;
21
21
pub const SO_RCVLOWAT : :: c_int = 18 ;
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ pub const MAP_POPULATE: ::c_int = 0x08000;
114
114
pub const MAP_NONBLOCK : :: c_int = 0x010000 ;
115
115
pub const MAP_STACK : :: c_int = 0x020000 ;
116
116
117
+ pub const EDEADLK : :: c_int = 35 ;
117
118
pub const ENAMETOOLONG : :: c_int = 36 ;
118
119
pub const ENOLCK : :: c_int = 37 ;
119
120
pub const ENOSYS : :: c_int = 38 ;
@@ -135,7 +136,6 @@ pub const EXFULL: ::c_int = 54;
135
136
pub const ENOANO : :: c_int = 55 ;
136
137
pub const EBADRQC : :: c_int = 56 ;
137
138
pub const EBADSLT : :: c_int = 57 ;
138
- pub const EDEADLOCK : :: c_int = EDEADLK ;
139
139
pub const EMULTIHOP : :: c_int = 72 ;
140
140
pub const EOVERFLOW : :: c_int = 75 ;
141
141
pub const ENOTUNIQ : :: c_int = 76 ;
You can’t perform that action at this time.
0 commit comments