[posix.cfg] Fix file descriptor params to have proper range value (#2628)

* [posix.cfg] Fix file descriptor params to have proper range value
This commit is contained in:
Gabor Marton 2020-05-08 09:14:00 +02:00 committed by GitHub
parent d21c7dab28
commit 36bacc5917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -643,7 +643,7 @@
<not-uninit/>
</arg>
<arg nr="2" direction="in">
<not-null/>
<valid>0:</valid>
<not-uninit/>
<not-bool/>
</arg>
@ -1323,6 +1323,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
<returnValue type="int"/>
<arg nr="1" direction="in">
<not-uninit/>
<valid>0:</valid>
<not-bool/>
</arg>
<arg nr="2" direction="in">
@ -1332,6 +1333,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
</arg>
<arg nr="3" direction="in">
<not-uninit/>
<valid>0:</valid>
</arg>
<arg nr="4" direction="in">
<not-null/>
@ -1346,6 +1348,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
<returnValue type="int"/>
<arg nr="1" direction="in">
<not-uninit/>
<valid>0:</valid>
<not-bool/>
</arg>
<arg nr="2" direction="in">