summaryrefslogtreecommitdiff
path: root/emulators/hercules/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/hercules/files/patch-ae')
-rw-r--r--emulators/hercules/files/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/hercules/files/patch-ae b/emulators/hercules/files/patch-ae
new file mode 100644
index 000000000000..af4fb0c7869f
--- /dev/null
+++ b/emulators/hercules/files/patch-ae
@@ -0,0 +1,11 @@
+diff -uNr hercules.h
+--- hercules.h Wed Dec 19 07:18:17 2001
++++ hercules.h Tue Jan 15 20:26:56 2002
+@@ -215,6 +215,7 @@
+ pthread_cond_timedwait((pcond),(plk),(timeout))
+ #define initialize_detach_attr(pat) \
+ pthread_attr_init((pat)); \
++ pthread_attr_setstacksize((pat),1048576); \
+ pthread_attr_setdetachstate((pat),PTHREAD_CREATE_DETACHED)
+ typedef void*THREAD_FUNC(void*);
+ #define create_thread(ptid,pat,fn,arg) \