Cool! that's a really good idea, I will see whether SIGIO can replace SIGPOLL totally.
Thanks for the advice! Charles. 2016-06-07 19:44 GMT-07:00 Christos Zoulas <chris...@zoulas.com>: > On Jun 7, 7:33pm, charles.cui1...@gmail.com (Charles Cui) wrote: > -- Subject: PTHREAD_STACK_MIN support > > | Hi Christos, > | > | I have PTHREAD_STACK_MIN supported and attached > | patch for your review. My next step is to focus on the remaining > | part of signal (SIGPOLL, _SC_REALTIME_SIGNALS and _SC_SIGQUEUE_MAX). > | Seems we need much more significant changes in this part. > > Yup, that looks good. Which one do you want to do first? > > Try: > > #define SIGPOLL SIGIO > > and see where that gets you :-) > > christos >