Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
3c55f6d8
Commit
3c55f6d8
authored
Aug 21, 2009
by
Pierre
Browse files
signals: Return NULL at SigThread end.
parent
8dc5af51
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/control/signals.c
View file @
3c55f6d8
...
...
@@ -118,4 +118,7 @@ static void *SigThread (void *data)
pthread_sigmask
(
SIG_UNBLOCK
,
&
set
,
NULL
);
for
(;;)
pause
();
/* Not reached */
return
NULL
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment