thread_pthread.c (native_thread_create) [__SYMBIAN32__]: reduced pthread stack size

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
azav 2009-02-06 13:45:05 +00:00
parent 07a2506527
commit 7f38c3b1a7

View File

@ -1,3 +1,11 @@
Fri Feb 6 22:36:11 2009 Alexander Zavorine <alexandre.zavorine@nokia.com>
* thread_pthread.c (native_thread_create) [__SYMBIAN32__]: reduced pthread stack size.
* thread_pthread.c (thread_timer) [__SYMBIAN32__]: compiled out unsupported yet signal-related functionality.
* io.c (pipe_open) [__SYMBIAN32__]: fixed compile time error.
Fri Feb 6 22:11:46 2009 Alexander Zavorine <alexandre.zavorine@nokia.com>
* include/ruby/defines.h [__SYMBIAN32__]: included <sys/select.h> for fd_set definition