projects
/
wine
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9612383
)
Forward-declare struct _pthread_cleanup_buffer, as it is
author
Gerald Pfeifer
<pfeifer@dbai.tuwien.ac.at>
Fri, 21 Mar 2003 00:33:33 +0000
(
00:33
+0000)
committer
Alexandre 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
patch
|
blob
|
blame
|
history
diff --git
a/scheduler/pthread.c
b/scheduler/pthread.c
index
dba503c
..
456be13
100644
(file)
--- a/
scheduler/pthread.c
+++ b/
scheduler/pthread.c
@@
-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"