mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
17 lines
306 B
C
17 lines
306 B
C
|
/******************************************************
|
||
|
Global types for sync
|
||
|
|
||
|
(c) 1995 Innobase Oy
|
||
|
|
||
|
Created 9/5/1995 Heikki Tuuri
|
||
|
*******************************************************/
|
||
|
|
||
|
#ifndef sync0types_h
|
||
|
#define sync0types_h
|
||
|
|
||
|
#define mutex_t ib_mutex_t
|
||
|
typedef struct mutex_struct mutex_t;
|
||
|
|
||
|
|
||
|
#endif
|