File tree 14 files changed +14
-14
lines changed 14 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 9
9
}
10
10
}
11
11
12
- pub const SYS_gettid : :: c_int = 224 ;
12
+ pub const SYS_gettid : :: c_long = 224 ;
Original file line number Diff line number Diff line change 9
9
}
10
10
}
11
11
12
- pub const SYS_gettid : :: c_int = 178 ;
12
+ pub const SYS_gettid : :: c_long = 178 ;
Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ pub const RTLD_DEEPBIND: ::c_int = 0x10;
472
472
pub const RTLD_GLOBAL : :: c_int = 0x4 ;
473
473
pub const RTLD_NOLOAD : :: c_int = 0x8 ;
474
474
475
- pub const SYS_gettid : :: c_int = 4222 ; // Valid for O32
475
+ pub const SYS_gettid : :: c_long = 4222 ; // Valid for O32
476
476
477
477
extern {
478
478
pub fn sysctl ( name : * mut :: c_int ,
Original file line number Diff line number Diff line change @@ -303,4 +303,4 @@ pub const TIOCMSET: ::c_ulong = 0x5418;
303
303
pub const FIONREAD : :: c_ulong = 0x541B ;
304
304
pub const TIOCCONS : :: c_ulong = 0x541D ;
305
305
306
- pub const SYS_gettid : :: c_int = 224 ;
306
+ pub const SYS_gettid : :: c_long = 224 ;
Original file line number Diff line number Diff line change @@ -303,4 +303,4 @@ pub const TIOCMSET: ::c_ulong = 0x5418;
303
303
pub const FIONREAD : :: c_ulong = 0x541B ;
304
304
pub const TIOCCONS : :: c_ulong = 0x541D ;
305
305
306
- pub const SYS_gettid : :: c_int = 224 ; // Valid for arm (32-bit) and x86 (32-bit)
306
+ pub const SYS_gettid : :: c_long = 224 ; // Valid for arm (32-bit) and x86 (32-bit)
Original file line number Diff line number Diff line change @@ -302,4 +302,4 @@ pub const TIOCMSET: ::c_ulong = 0x741D;
302
302
pub const FIONREAD : :: c_ulong = 0x467F ;
303
303
pub const TIOCCONS : :: c_ulong = 0x80047478 ;
304
304
305
- pub const SYS_gettid : :: c_int = 4222 ; // Valid for O32
305
+ pub const SYS_gettid : :: c_long = 4222 ; // Valid for O32
Original file line number Diff line number Diff line change @@ -304,4 +304,4 @@ pub const TIOCMSET: ::c_ulong = 0x5418;
304
304
pub const FIONREAD : :: c_ulong = 0x541B ;
305
305
pub const TIOCCONS : :: c_ulong = 0x541D ;
306
306
307
- pub const SYS_gettid : :: c_int = 224 ;
307
+ pub const SYS_gettid : :: c_long = 224 ;
Original file line number Diff line number Diff line change @@ -325,4 +325,4 @@ pub const TIOCMSET: ::c_ulong = 0x5418;
325
325
pub const FIONREAD : :: c_ulong = 0x541B ;
326
326
pub const TIOCCONS : :: c_ulong = 0x541D ;
327
327
328
- pub const SYS_gettid : :: c_int = 186 ; // Valid for x86_64
328
+ pub const SYS_gettid : :: c_long = 186 ; // Valid for x86_64
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ pub const SO_SNDTIMEO: ::c_int = 21;
19
19
pub const FIOCLEX : :: c_ulong = 0x5451 ;
20
20
pub const FIONBIO : :: c_ulong = 0x5421 ;
21
21
22
- pub const SYS_gettid : :: c_int = 224 ;
22
+ pub const SYS_gettid : :: c_long = 224 ;
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ pub const SO_SNDTIMEO: ::c_int = 19;
19
19
pub const FIOCLEX : :: c_ulong = 0x20006601 ;
20
20
pub const FIONBIO : :: c_ulong = 0x8004667e ;
21
21
22
- pub const SYS_gettid : :: c_int = 207 ;
22
+ pub const SYS_gettid : :: c_long = 207 ;
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ pub const SO_SNDTIMEO: ::c_int = 21;
35
35
pub const FIOCLEX : :: c_ulong = 0x5451 ;
36
36
pub const FIONBIO : :: c_ulong = 0x5421 ;
37
37
38
- pub const SYS_gettid : :: c_int = 224 ;
38
+ pub const SYS_gettid : :: c_long = 224 ;
39
39
40
40
extern {
41
41
pub fn getcontext ( ucp : * mut ucontext_t ) -> :: c_int ;
Original file line number Diff line number Diff line change @@ -76,4 +76,4 @@ pub const SO_SNDTIMEO: ::c_int = 21;
76
76
pub const FIOCLEX : :: c_ulong = 0x5451 ;
77
77
pub const FIONBIO : :: c_ulong = 0x5421 ;
78
78
79
- pub const SYS_gettid : :: c_int = 178 ;
79
+ pub const SYS_gettid : :: c_long = 178 ;
Original file line number Diff line number Diff line change @@ -74,4 +74,4 @@ pub const SO_SNDTIMEO: ::c_int = 19;
74
74
pub const FIOCLEX : :: c_ulong = 0x20006601 ;
75
75
pub const FIONBIO : :: c_ulong = 0x8004667e ;
76
76
77
- pub const SYS_gettid : :: c_int = 207 ;
77
+ pub const SYS_gettid : :: c_long = 207 ;
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ pub const PTRACE_SETFPXREGS: ::c_uint = 19;
95
95
pub const PTRACE_GETREGS : :: c_uint = 12 ;
96
96
pub const PTRACE_SETREGS : :: c_uint = 13 ;
97
97
98
- pub const SYS_gettid : :: c_int = 186 ;
98
+ pub const SYS_gettid : :: c_long = 186 ;
99
99
100
100
extern {
101
101
pub fn getcontext ( ucp : * mut ucontext_t ) -> :: c_int ;
You can’t perform that action at this time.
0 commit comments