blob: 30ed5c5ded0b2b46d1b0720117d12f668f048140 [file] [log] [blame]
#ifndef _SDL_SYSCOND_C_H_
#define _SDL_SYSCOND_C_H_
struct SDL_cond
{
pth_cond_t condpth_p;
};
#endif /* _SDL_SYSCOND_C_H_ */