Ignore:
Timestamp:
Mar 20, 2007, 5:11:36 PM (18 years ago)
Author:
thatcher
Message:

Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/collector.cpp

    r20351 r20353  
    554554#if PLATFORM(DARWIN)
    555555  (void)regs;
    556   return pthrad_get_stackaddr_np(thread->posixThread);
     556  return pthread_get_stackaddr_np(thread->posixThread);
    557557// end PLATFORM(DARWIN);
    558558#elif PLATFORM(X86) && PLATFORM(WIN_OS)
Note: See TracChangeset for help on using the changeset viewer.