Ignore:
Timestamp:
Jul 3, 2005, 5:48:26 AM (20 years ago)
Author:
bird
Message:

..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libctests/glibc/io/test-utime.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r2175 r2176  
    5151  /* Test utime with arg */
    5252  ut.actime = 500000000;
    53   ut.modtime = 500000001;
     53  ut.modtime = 500000002; /* OS/2 have a two-second resolution api */
    5454  if (utime (file, &ut))
    5555    {
Note: See TracChangeset for help on using the changeset viewer.