From 49722a8ed4c8fd056ac8aebd6bec9d998b700f80 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 11 Sep 2018 13:57:17 -0400 Subject: move additional pthread internal declarations to pthread_impl.h, hide these were overlooked for various reasons in earlier stages. --- src/aio/aio_suspend.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/aio') diff --git a/src/aio/aio_suspend.c b/src/aio/aio_suspend.c index 08fb5ddc..b269dd0f 100644 --- a/src/aio/aio_suspend.c +++ b/src/aio/aio_suspend.c @@ -5,8 +5,6 @@ #include "libc.h" #include "pthread_impl.h" -extern volatile int __aio_fut; - int aio_suspend(const struct aiocb *const cbs[], int cnt, const struct timespec *ts) { int i, tid = 0, ret, expect = 0; -- cgit v1.2.1