POSIX: Move implementation of exists, isReadable and isWritable into posix-fs.cpp
This commit is contained in:
parent
4cb79db612
commit
ab0fab9bf9
8 changed files with 23 additions and 29 deletions
|
@ -29,6 +29,8 @@
|
|||
#define FORBIDDEN_SYMBOL_EXCEPTION_random
|
||||
#define FORBIDDEN_SYMBOL_EXCEPTION_srandom
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#include "backends/fs/chroot/chroot-fs-factory.h"
|
||||
#include "backends/fs/chroot/chroot-fs.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue