]> granicus.if.org Git - strace/commit
Fix UTIME_NOW/UTIME_OMIT decoding
authorElliott Hughes <enh@google.com>
Tue, 23 Dec 2014 18:42:40 +0000 (10:42 -0800)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 27 Dec 2014 00:39:20 +0000 (00:39 +0000)
commit6d5abd33ed706e097c5fa94f8822130d02dba279
tree770ef86f919e0b77e6a6342774feb703c16665b6
parent959205c2a8a7c559b40204a1d33336d6800d1f1e
Fix UTIME_NOW/UTIME_OMIT decoding

The kernel doesn't actually care what tv_sec is set to --- it only checks
tv_nsec when looking for the special values.
time.c