K 10 svn:author V 7 davidxu K 8 svn:date V 27 2003-06-28T08:03:28.000000Z K 7 svn:log V 267 Fix POSIX compatible bug for sigwaitinfo and sigtimedwait. POSIX says siginfo pointer parameter can be NULL and if the function success, it should return signal number but not zero. The waitset it past should be negatived before it can be used as thread signal mask. END