Re: [PATCH] bug fix for bearerbox signal handling

2003-10-26 Thread Alexander Malysh
Hi List, FYI: just commited to cvs. On Monday 13 October 2003 00:00, Alexander Malysh wrote: > Hi List, > > attached patch corrects signal handling routine for bearerbox. We may not > call mutex_[lock|unlock] or any not asynchron signal safe functions within > a signal handler. Here is a quote

[PATCH] bug fix for bearerbox signal handling

2003-10-12 Thread Alexander Malysh
Hi List, attached patch corrects signal handling routine for bearerbox. We may not call mutex_[lock|unlock] or any not asynchron signal safe functions within a signal handler. Here is a quote from 'man pthread_mutex_lock': ASYNC-SIGNAL SAFETY The mutex functions are not async-signal saf