std.cfg: Improved configuration of thrd_create().

This commit is contained in:
orbitcowboy 2022-05-10 18:58:21 +02:00
parent e2bb77f990
commit 5a718c0820
1 changed files with 3 additions and 1 deletions

View File

@ -7924,7 +7924,9 @@ initializer list (7) string& replace (const_iterator i1, const_iterator i2, init
<not-null/>
</arg>
<arg nr="2"/>
<arg nr="3"/>
<arg nr="3" direction="in">
<not-uninit/>
</arg>
</function>
<!-- thrd_t thrd_current(void); // since C11 -->
<function name="thrd_current">