posix.cc -> os.cc

This commit is contained in:
Victor Zverovich
2019-12-15 12:25:40 -08:00
parent 35959a31d7
commit da2569827e
5 changed files with 311 additions and 329 deletions

View File

@@ -11,7 +11,7 @@
#endif
#include "posix-mock.h"
#include "../src/posix.cc"
#include "../src/os.cc"
#include <errno.h>
#include <fcntl.h>