mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
More BSD enhancements
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@916 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -609,7 +609,7 @@ static void *do_monitor(void *data)
|
||||
#endif
|
||||
/* Wait indefinitely for something to happen */
|
||||
pthread_testcancel();
|
||||
res = select(n + 1, &rfds, NULL, &efds, NULL);
|
||||
res = ast_select(n + 1, &rfds, NULL, &efds, NULL);
|
||||
pthread_testcancel();
|
||||
/* Okay, select has finished. Let's see what happened. */
|
||||
if (res < 1) {
|
||||
|
Reference in New Issue
Block a user