summaryrefslogtreecommitdiffstats
path: root/test/time/tst-futimens1.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: tst-futimens1: add missing mode args to open()Mike Frysinger2012-01-161-1/+1
| | | | | | Since we use O_CREAT with open(), need to make sure to pass in mode too. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* try to probe if stat.t_mtim.tv_nsec is availableBernhard Reutner-Fischer2009-11-261-20/+35
| | | | | | Do not treat tv_nsec mismatches as errors on filesystems without support for it. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* futimens: add functionBernhard Reutner-Fischer2009-11-201-0/+90
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>