add open(2) shim to handle O_BINARY and O_CLOEXEC

This commit is contained in:
Brent Cook
2017-01-16 09:56:20 -06:00
parent 51a53876b6
commit f21bd20c7e
4 changed files with 31 additions and 0 deletions

View File

@@ -201,6 +201,7 @@ if test "x$HOST_OS" = "xwin" ; then
echo posix_perror >> $crypto_p_sym
echo posix_fopen >> $crypto_p_sym
echo posix_fgets >> $crypto_p_sym
echo posix_open >> $crypto_p_sym
echo posix_rename >> $crypto_p_sym
echo posix_connect >> $crypto_p_sym
echo posix_close >> $crypto_p_sym