summaryrefslogtreecommitdiff
path: root/storage/innobase/include/sync0types.h
blob: 57478426f25b905730309b600e29f81f72b4c6d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/******************************************************
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