]> git.sesse.net Git - vlc/commitdiff
vlc_cond_wait() does not return any value
authorRémi Denis-Courmont <remi@remlab.net>
Fri, 6 May 2011 12:56:49 +0000 (15:56 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 7 May 2011 08:54:59 +0000 (11:54 +0300)
src/posix/thread.c

index f8a93dce6c351d03908f4b9716b9797b3eed74c1..bd224676d895becf13d334748d4e9e6f37aefc11 100644 (file)
@@ -353,8 +353,6 @@ void vlc_cond_broadcast (vlc_cond_t *p_condvar)
  * @param p_mutex mutex which is unlocked while waiting,
  *                then locked again when waking up.
  * @param deadline <b>absolute</b> timeout
- *
- * @return 0 if the condition was signaled, an error code in case of timeout.
  */
 void vlc_cond_wait (vlc_cond_t *p_condvar, vlc_mutex_t *p_mutex)
 {