<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - linker.cpp:3187:46: error: ‘strtok_r’ was not declared in this scope"
href="https://bugs.freedesktop.org/show_bug.cgi?id=92183#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - linker.cpp:3187:46: error: ‘strtok_r’ was not declared in this scope"
href="https://bugs.freedesktop.org/show_bug.cgi?id=92183">bug 92183</a>
from <span class="vcard"><a class="email" href="mailto:lemody@gmail.com" title="Tapani Pälli <lemody@gmail.com>"> <span class="fn">Tapani Pälli</span></a>
</span></b>
<pre>it seems strtok_s would be the windows equivalent:
<a href="https://msdn.microsoft.com/en-us/library/ftsafwz3.aspx">https://msdn.microsoft.com/en-us/library/ftsafwz3.aspx</a>
I can make a patch that uses strtok_s when on windows or maybe just go for
regular strtok() ? I can see there's some usage of regular strtok() in Mesa.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>