lib: posix: pthread_common: Don't depend on pthreads

Contrary to its name, doesn't depend on pthreads.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
Paul Sokolovsky 2018-09-28 08:58:59 +03:00 committed by Anas Nashif
commit d77c96b473

View file

@ -7,7 +7,6 @@
#include <kernel.h>
#include <ksched.h>
#include <wait_q.h>
#include <posix/pthread.h>
#include <posix/time.h>
s64_t timespec_to_timeoutms(const struct timespec *abstime)