move additional pthread internal declarations to pthread_impl.h, hide

these were overlooked for various reasons in earlier stages.
This commit is contained in:
Rich Felker
2018-09-12 14:34:35 -04:00
parent 7e399fabd3
commit 49722a8ed4
2 changed files with 15 additions and 2 deletions
-2
View File
@@ -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;