mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
16 lines
306 B
C
16 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
|