We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec86e5f commit 2de2cb7Copy full SHA for 2de2cb7
src/unix/linux_like/android/mod.rs
@@ -2809,6 +2809,8 @@ extern "C" {
2809
pub fn regfree(preg: *mut ::regex_t);
2810
2811
pub fn android_set_abort_message(msg: *const ::c_char);
2812
+
2813
+ pub fn gettid() -> ::pid_t;
2814
}
2815
2816
cfg_if! {
src/unix/linux_like/linux/mod.rs
@@ -3594,6 +3594,8 @@ extern "C" {
3594
outbytesleft: *mut ::size_t,
3595
) -> ::size_t;
3596
pub fn iconv_close(cd: iconv_t) -> ::c_int;
3597
3598
3599
3600
3601
0 commit comments