Sign in
skia
/
third_party
/
sdl
/
150784622582a1200864e6e479a4423544f59a71
/
.
/
src
/
thread
/
pth
/
SDL_syscond_c.h
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_ */