View Single Post
  #1 (permalink)  
Old 08-27-2004
garry garry is offline
Registered User
 
 
Join Date: Aug 2004
Posts: 10
pthread_sigmask() on suse 9 amd64

i found that pthread_sigmask() on linux platforms doesn't set sigmask for threads created in that 'main' thread. probably calling sigprocmask() in CtrlCHandler constructor would be more correct, at least for linux.
Reply With Quote