posix.cfg: Improved configuration by adding some missing 'baseType'-attributes
This commit is contained in:
parent
a200c15370
commit
ee85de5ac3
|
@ -2175,7 +2175,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
|
|||
<not-null/>
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
<minsize type="value" value="3"/>
|
||||
<minsize type="value" value="3" baseType="unsigned short"/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- long int jrand48(unsigned short xsubi[3]); -->
|
||||
|
@ -2187,7 +2187,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
|
|||
<not-null/>
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
<minsize type="value" value="3"/>
|
||||
<minsize type="value" value="3" baseType="unsigned short"/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- long int nrand48(unsigned short xsubi[3]); -->
|
||||
|
@ -2199,7 +2199,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
|
|||
<not-null/>
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
<minsize type="value" value="3"/>
|
||||
<minsize type="value" value="3" baseType="unsigned short"/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- double erand48(unsigned short xsubi[3]); -->
|
||||
|
@ -2211,7 +2211,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
|
|||
<not-null/>
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
<minsize type="value" value="3"/>
|
||||
<minsize type="value" value="3" baseType="unsigned short"/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void lcong48(unsigned short param[7]); -->
|
||||
|
@ -2222,7 +2222,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
|
|||
<not-null/>
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
<minsize type="value" value="7"/>
|
||||
<minsize type="value" value="7" baseType="unsigned short"/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- ssize_t read(int fd, void *buf, size_t count); -->
|
||||
|
|
Loading…
Reference in New Issue