Commit df1045ee authored by heikki@donna.mysql.fi's avatar heikki@donna.mysql.fi

os0sync.c Define os_fast_mutex functions also in Windows

parent e2389946
...@@ -422,7 +422,6 @@ os_mutex_free( ...@@ -422,7 +422,6 @@ os_mutex_free(
#endif #endif
} }
#ifndef _WIN32
/************************************************************* /*************************************************************
Initializes an operating system fast mutex semaphore. */ Initializes an operating system fast mutex semaphore. */
...@@ -472,4 +471,3 @@ os_fast_mutex_free( ...@@ -472,4 +471,3 @@ os_fast_mutex_free(
#endif #endif
} }
#endif
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