Commit c54c490c authored by Nirbhay Choubey's avatar Nirbhay Choubey Committed by Daniel Black

MDEV-8743: O_CLOEXEC/SOCK_CLOEXEC defines for non-unix compatibility

From 0f447810
parent 4ec7b840
......@@ -578,6 +578,12 @@ typedef SOCKET_SIZE_TYPE size_socket;
#ifndef O_NOFOLLOW
#define O_NOFOLLOW 0
#endif
#ifndef O_CLOEXEC
#define O_CLOEXEC 0
#endif
#ifndef SOCK_CLOEXEC
#define SOCK_CLOEXEC 0
#endif
/* additional file share flags for win32 */
#ifdef __WIN__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment