1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00

Really handle sigwait() errors

This commit is contained in:
Rémi Denis-Courmont 2009-07-11 18:33:09 +03:00
parent 6b371a657a
commit d0c3b82ddd

View File

@ -100,7 +100,7 @@ static void *SigThread (void *data)
do
{
sigwait (&set, &signum);
while (sigwait (&set, &signum));
#ifdef __APPLE__
/* In Mac OS X up to 10.5 sigwait (among others) is not a pthread