1
0
Эх сурвалжийг харах

!207 Fix the issue if RT_POSIX_AIO_THREAD_STACK_SIZE not defined.
Merge pull request !207 from bernard/bernard_rt-smart

bernard 4 жил өмнө
parent
commit
764a9f1e91

+ 4 - 0
components/libc/aio/posix_aio.c

@@ -19,6 +19,10 @@
 
 #include "posix_aio.h"
 
+#ifndef RT_POSIX_AIO_THREAD_STACK_SIZE
+#define RT_POSIX_AIO_THREAD_STACK_SIZE 2048
+#endif
+
 struct rt_workqueue* aio_queue = NULL;
 
 /**