diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-25 05:22:11 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-25 05:22:11 +0000 |
commit | c1252d8a6441358ee2c89251f27b94d21973aa31 (patch) | |
tree | 6b0735e4a9d96602019dc29c7ec146690c3e4c4a /emulators/hercules/files/patch-ae | |
parent | remove ports/graphics/miniscrib (diff) |
Merge Mark Daniel Szlaga's tape patches into the port, Fix some PORTDOCS issues.
PR: 39785
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=61903
Diffstat (limited to 'emulators/hercules/files/patch-ae')
-rw-r--r-- | emulators/hercules/files/patch-ae | 11 |
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) \ |