lib: posix: fs: Don't depend on pthreads
File system access isn't related to pthreads. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
parent
d77c96b473
commit
0fac0cd94a
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <kernel.h>
|
#include <kernel.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <posix/pthread.h>
|
|
||||||
#include <posix/unistd.h>
|
#include <posix/unistd.h>
|
||||||
#include <posix/dirent.h>
|
#include <posix/dirent.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue