mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / storage / innobase / include / sync0types.h
blob57478426f25b905730309b600e29f81f72b4c6d6
1 /******************************************************
2 Global types for sync
4 (c) 1995 Innobase Oy
6 Created 9/5/1995 Heikki Tuuri
7 *******************************************************/
9 #ifndef sync0types_h
10 #define sync0types_h
12 #define mutex_t ib_mutex_t
13 typedef struct mutex_struct mutex_t;
16 #endif