Skip to content

Commit 7565803

Browse files
committed
Delete a now-redundant pthread_attr_getstacksize declaration.
1 parent 2b156c9 commit 7565803

File tree

1 file changed

+0
-4
lines changed
  • src/unix/linux_like/android

1 file changed

+0
-4
lines changed

src/unix/linux_like/android/mod.rs

-4
Original file line numberDiff line numberDiff line change
@@ -3498,10 +3498,6 @@ extern "C" {
34983498
guardsize: *mut ::size_t,
34993499
) -> ::c_int;
35003500
pub fn pthread_attr_setguardsize(attr: *mut ::pthread_attr_t, guardsize: ::size_t) -> ::c_int;
3501-
pub fn pthread_attr_getstacksize(
3502-
attr: *const ::pthread_attr_t,
3503-
stacksize: *mut ::size_t,
3504-
) -> ::c_int;
35053501
pub fn pthread_attr_getinheritsched(
35063502
attr: *const ::pthread_attr_t,
35073503
flag: *mut ::c_int,

0 commit comments

Comments
 (0)