posix.cfg: utime() and utimes() second parameter is allowed to be NULL.

This commit is contained in:
Martin Ettl 2015-02-20 22:43:48 +01:00
parent 6d9eb6199d
commit b12ebc1733
1 changed files with 7 additions and 1 deletions

View File

@ -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/>