[Webkit-unassigned] [Bug 25325] Make sure pthread_self() is declared before it gets called

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 11 20:37:37 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25325


zecke at selfish.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #29680|review?                     |review-
               Flag|                            |




------- Comment #2 from zecke at selfish.org  2009-05-11 20:37 PDT -------
(From update of attachment 29680)

>  
>  #if PLATFORM(SOLARIS)
>  #include <thread.h>
> -#endif
> -
> -#if PLATFORM(OPENBSD)
> +#else
>  #include <pthread.h>
>  #endif
>  

I'm not convinced why including this for WINDOWS and DARWIN is a good idea.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list