Changeset 2176 for trunk/src/libctests/glibc/io/test-utime.c
- Timestamp:
- Jul 3, 2005, 5:48:26 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libctests/glibc/io/test-utime.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2175 r2176 51 51 /* Test utime with arg */ 52 52 ut.actime = 500000000; 53 ut.modtime = 50000000 1;53 ut.modtime = 500000002; /* OS/2 have a two-second resolution api */ 54 54 if (utime (file, &ut)) 55 55 { -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.