FIXME:pthread_cond_init

Gerald Pfeifer gerald at pfeifer.com
Fri Sep 12 04:19:46 CDT 2003


The following problem still exists; any chance for someone to have a
look??

On Sun, 24 Aug 2003, Gerald Pfeifer wrote:
> When building Wine on FreeBSD with libc_r (r for reentrant) instead of
> libc, I now trigger the following FIXME in scheduler/pthread.c:
>
>   /***** CONDITIONS *****/
>   /* not implemented right now */
>
>   int __pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *cond_attr)
>   {
>     P_OUTPUT("FIXME:pthread_cond_init\n");
>     return 0;
>   }

Gerald



More information about the wine-devel mailing list