summaryrefslogtreecommitdiff
path: root/eio.c
diff options
context:
space:
mode:
authorroot <root>2009-04-22 11:04:49 +0000
committerroot <root>2009-04-22 11:04:49 +0000
commit217dcba927bf9f2ca731fdd9088b3d542d3035b7 (patch)
treefa18eefdfe22d77a9ab7f46ee0488299f6c9ebd1 /eio.c
parent44c5e91d7894677422bcfe27f68147d8a3353154 (diff)
*** empty log message ***
Diffstat (limited to 'eio.c')
-rw-r--r--eio.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/eio.c b/eio.c
index e0e172f..b26008b 100644
--- a/eio.c
+++ b/eio.c
@@ -38,6 +38,10 @@
*/
#include "eio.h"
+
+#ifdef EIO_STACKSIZE
+# define XTHREAD_STACKSIZE EIO_STACKSIZE
+#endif
#include "xthread.h"
#include <errno.h>