summaryrefslogtreecommitdiff
path: root/eio.c
diff options
context:
space:
mode:
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>