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-null/>
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
<minsize type="value" value="3"/>
|
<minsize type="value" value="3" baseType="unsigned short"/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- long int jrand48(unsigned short xsubi[3]); -->
|
<!-- 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-null/>
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
<minsize type="value" value="3"/>
|
<minsize type="value" value="3" baseType="unsigned short"/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- long int nrand48(unsigned short xsubi[3]); -->
|
<!-- 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-null/>
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
<minsize type="value" value="3"/>
|
<minsize type="value" value="3" baseType="unsigned short"/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- double erand48(unsigned short xsubi[3]); -->
|
<!-- 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-null/>
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
<minsize type="value" value="3"/>
|
<minsize type="value" value="3" baseType="unsigned short"/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- void lcong48(unsigned short param[7]); -->
|
<!-- 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-null/>
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
<minsize type="value" value="7"/>
|
<minsize type="value" value="7" baseType="unsigned short"/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- ssize_t read(int fd, void *buf, size_t count); -->
|
<!-- ssize_t read(int fd, void *buf, size_t count); -->
|
||||||
|
|
Loading…
Reference in New Issue