Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a596623f authored by Dan Albert's avatar Dan Albert Committed by Android Git Automerger
Browse files

am 6ccfabcf: Merge "O_CLOEXEC is O_NOINHERIT on Windows."

* commit '6ccfabcf':
  O_CLOEXEC is O_NOINHERIT on Windows.
parents be1eb6d4 6ccfabcf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ static inline ssize_t pread64(int fd, void* buf, size_t nbytes, off64_t offset)
#endif /* __APPLE__ */

#if defined(_WIN32)
#define O_CLOEXEC 0
#define O_CLOEXEC O_NOINHERIT
#define O_NOFOLLOW 0
#define DEFFILEMODE 0666
#endif /* _WIN32 */