Skip to content

Commit 54478bd

Browse files
committed
posix.cfg: Fixed wrong arg number
1 parent a75ecbc commit 54478bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cfg/posix.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1652,7 +1652,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
16521652
<not-bool/>
16531653
<valid>0:</valid>
16541654
</arg>
1655-
<arg nr="3" direction="in">
1655+
<arg nr="2" direction="in">
16561656
<not-uninit/>
16571657
<not-bool/>
16581658
<minsize type="value" value="2"/>

0 commit comments

Comments
 (0)