Ignore:
Timestamp:
May 11, 2009, 1:37:49 PM (16 years ago)
Author:
[email protected]
Message:

2009-05-11 Dmitry Titov <[email protected]>

GTK build fix - the deprecated waitForThreadCompletion is not needed on GTK.

  • wtf/ThreadingPthreads.cpp: added #ifdef PLATFORM(DARWIN) around waitForThreadCompletion().
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/ThreadingPthreads.cpp

    r43508 r43510  
    263263}
    264264
     265#if PLATFORM(DARWIN)
    265266// Derecated function. Safari 4 beta, until recompiled next time, uses ThreadIdentifier as uint32_t.
    266267// pthread_t is a pointer. So they get a pointer casted into uint32_t from CurrentThread()
     
    280281    return joinResult;
    281282}
     283#endif
    282284
    283285} // namespace WTF
Note: See TracChangeset for help on using the changeset viewer.