POSIX: Move implementation of exists, isReadable and isWritable into posix-fs.cpp

This commit is contained in:
Cameron Cawley 2019-04-15 16:09:06 +01:00 committed by Filippos Karapetis
parent 4cb79db612
commit ab0fab9bf9
8 changed files with 23 additions and 29 deletions

View file

@ -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"