Commit 53b3e373 authored by unknown's avatar unknown

os0sync.c Define os_fast_mutex functions also in Windows


innobase/os/os0sync.c:
  Define os_fast_mutex functions also in Windows
parent 94024510
...@@ -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