view src/thread/pth/SDL_sysmutex_c.h @ 546:0009aadb3d01

Updated for DirectDB 0.9.15 (thanks Denis!)
author Sam Lantinga <slouken@libsdl.org>
date Sun, 17 Nov 2002 19:36:49 +0000
parents 1d74ddc90cb2
children d910939febfa
line wrap: on
line source

#ifndef _SDL_SYSMUTEX_C_H_
#define _SDL_SYSMUTEX_C_H_

struct SDL_mutex {
	pth_mutex_t mutexpth_p;
};

#endif /* _SDL_SYSMUTEX_C_H_ */