summaryrefslogtreecommitdiff
path: root/emulators/wine/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/wine/patches/patch-ae')
-rw-r--r--emulators/wine/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/wine/patches/patch-ae b/emulators/wine/patches/patch-ae
new file mode 100644
index 00000000000..47d486638fb
--- /dev/null
+++ b/emulators/wine/patches/patch-ae
@@ -0,0 +1,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;