mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-25 06:59:52 -05:00
make eolspace
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1470 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
00da37f2c4
commit
a4fed0fbb5
22 changed files with 215 additions and 215 deletions
|
|
@ -60,7 +60,7 @@ void pa_semaphore_post(pa_semaphore *s) {
|
|||
void pa_semaphore_wait(pa_semaphore *s) {
|
||||
int ret;
|
||||
pa_assert(s);
|
||||
|
||||
|
||||
do {
|
||||
ret = sem_wait(&s->sem);
|
||||
} while (ret < 0 && errno == EINTR);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue