Browse Source
wait is a standard symbol from POSIX and using the same identifier is
conflicting on macosx, resulting in build errors:
vlc/doc/libvlc/thumbnailer.c:110:24: error: redefinition of 'wait' as different kind of symbol
static pthread_cond_t wait;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/wait.h:248:9: note: previous definition is here
pid_t wait(int *) __DARWIN_ALIAS_C(wait);
^
Fixes #28519
pull/162/head
committed by
Steve Lhomme
1 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue