diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/thread/pth/SDL_syscond_c.h	Mon Apr 01 15:35:28 2002 +0000
@@ -0,0 +1,9 @@
+#ifndef _SDL_SYSCOND_C_H_
+#define _SDL_SYSCOND_C_H_
+
+struct SDL_cond
+{
+	pth_cond_t	condpth_p;
+};
+
+#endif /* _SDL_SYSCOND_C_H_ */