summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj/os.h')
-rw-r--r--pjlib/include/pj/os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib/include/pj/os.h b/pjlib/include/pj/os.h
index e87d5ad6..ad2b49b1 100644
--- a/pjlib/include/pj/os.h
+++ b/pjlib/include/pj/os.h
@@ -67,7 +67,7 @@ typedef int (PJ_THREAD_FUNC pj_thread_proc)(void*);
* Size of thread struct.
*/
#if !defined(PJ_THREAD_DESC_SIZE)
-# define PJ_THREAD_DESC_SIZE (16)
+# define PJ_THREAD_DESC_SIZE (64)
#endif
/**