Commits on Source (2)
-
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
f030c944