comparison src/thread/pth/SDL_syscond_c.h @ 329:1d74ddc90cb2

Patrice's fixes for GNU Pthread support
author Sam Lantinga <slouken@libsdl.org>
date Mon, 01 Apr 2002 15:35:28 +0000
parents
children
comparison
equal deleted inserted replaced
328:dc21fa30faa9 329:1d74ddc90cb2
1 #ifndef _SDL_SYSCOND_C_H_
2 #define _SDL_SYSCOND_C_H_
3
4 struct SDL_cond
5 {
6 pth_cond_t condpth_p;
7 };
8
9 #endif /* _SDL_SYSCOND_C_H_ */