MSVSC fixes

This commit is contained in:
Brent Cook
2017-01-16 10:36:05 -06:00
parent 4cb675e2d9
commit 3b2560feb3
4 changed files with 9 additions and 7 deletions

View File

@@ -29,10 +29,4 @@
#define FD_CLOEXEC 1
#endif
int posix_open(const char *path, ...);
#ifndef NO_REDEF_POSIX_FUNCTIONS
#define open(path, ...) posix_open(path, __VA_ARGS__)
#endif
#endif