std.cfg: Improved configuration of thrd_create().
This commit is contained in:
parent
e2bb77f990
commit
5a718c0820
|
@ -7924,7 +7924,9 @@ initializer list (7) string& replace (const_iterator i1, const_iterator i2, init
|
||||||
<not-null/>
|
<not-null/>
|
||||||
</arg>
|
</arg>
|
||||||
<arg nr="2"/>
|
<arg nr="2"/>
|
||||||
<arg nr="3"/>
|
<arg nr="3" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- thrd_t thrd_current(void); // since C11 -->
|
<!-- thrd_t thrd_current(void); // since C11 -->
|
||||||
<function name="thrd_current">
|
<function name="thrd_current">
|
||||||
|
|
Loading…
Reference in New Issue