Forward-declare struct _pthread_cleanup_buffer, as it is
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Fri, 21 Mar 2003 00:33:33 +0000 (00:33 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 21 Mar 2003 00:33:33 +0000 (00:33 +0000)
Linux-specific and not available in the headers of other systems.

scheduler/pthread.c

index dba503c..456be13 100644 (file)
@@ -21,6 +21,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+struct _pthread_cleanup_buffer;
+
 #include "config.h"
 #include "wine/port.h"