posix.cfg: utime() and utimes() second parameter is allowed to be NULL.
This commit is contained in:
parent
6d9eb6199d
commit
b12ebc1733
|
@ -232,7 +232,13 @@
|
|||
<not-uninit/>
|
||||
<not-null/>
|
||||
</arg>
|
||||
<arg nr="2">
|
||||
<leak-ignore/>
|
||||
</function>
|
||||
<!-- int utimes(const char *filename, const struct timeval times[2]); -->
|
||||
<function name="utimes">
|
||||
<noreturn>false</noreturn>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
<not-null/>
|
||||
</arg>
|
||||
<leak-ignore/>
|
||||
|
|
Loading…
Reference in New Issue