summaryrefslogtreecommitdiff
path: root/emulators/wine/patches/patch-ae
blob: 47d486638fb7e86286bfaf8464f49f5890362bca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ae,v 1.5 2003/09/15 10:52:26 adam Exp $

--- scheduler/pthread.c.orig	2003-09-15 11:23:23.000000000 +0200
+++ scheduler/pthread.c
@@ -81,6 +81,8 @@ struct pthread_descr_struct
     const void        *tsd_data[MAX_TSD];   /* for libc internal tsd variables */
 };
 
+struct __res_state *__res_state(void);
+
 typedef struct pthread_descr_struct *pthread_descr;
 
 static struct pthread_descr_struct initial_descr;