Ignore:
Timestamp:
Nov 4, 2009, 4:12:21 PM (16 years ago)
Author:
[email protected]
Message:

2009-11-04 Pavel Heimlich <[email protected]>

Reviewed by Alexey Proskuryakov.

https://bugs.webkit.org/show_bug.cgi?id=30647
Solaris build failure due to strnstr.

  • wtf/StringExtras.h: Enable strnstr on Solaris, too.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/StringExtras.h

    r49765 r50533  
    8686#endif
    8787
    88 #if PLATFORM(WIN_OS) || PLATFORM(LINUX)
     88#if PLATFORM(WIN_OS) || PLATFORM(LINUX) || PLATFORM(SOLARIS)
    8989
    9090inline char* strnstr(const char* buffer, const char* target, size_t bufferLength)
Note: See TracChangeset for help on using the changeset viewer.