Skip to content

Commit

Permalink
Delete a now-redundant pthread_attr_getstacksize declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Sep 23, 2023
1 parent 2b156c9 commit 7565803
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/unix/linux_like/android/mod.rs
Expand Up @@ -3498,10 +3498,6 @@ extern "C" {
guardsize: *mut ::size_t,
) -> ::c_int;
pub fn pthread_attr_setguardsize(attr: *mut ::pthread_attr_t, guardsize: ::size_t) -> ::c_int;
pub fn pthread_attr_getstacksize(
attr: *const ::pthread_attr_t,
stacksize: *mut ::size_t,
) -> ::c_int;
pub fn pthread_attr_getinheritsched(
attr: *const ::pthread_attr_t,
flag: *mut ::c_int,
Expand Down

0 comments on commit 7565803

Please sign in to comment.