posix.cfg: Fixed wrong arg number
This commit is contained in:
parent
a75ecbca0e
commit
54478bd6d3
|
@ -1652,7 +1652,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
<valid>0:</valid>
|
<valid>0:</valid>
|
||||||
</arg>
|
</arg>
|
||||||
<arg nr="3" direction="in">
|
<arg nr="2" direction="in">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
<minsize type="value" value="2"/>
|
<minsize type="value" value="2"/>
|
||||||
|
|
Loading…
Reference in New Issue