pthread_kill when sig is zero

klement2 klement2@azet.sk
Wed Feb 13 16:28:00 GMT 2008



int pthread_kill(pthread_t thread, int sig);

The posix function pthread_kill (in cygwin) does not perform error
checking when the
argument sig is zero, though it should according to standard.
It means ESRCH is not returned when the thread is not valid (for example
it exited before).

Is it possible to correct this ?

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list