Changeset 06cb827 in mainline for uspace/lib/posix/time.h


Ignore:
Timestamp:
2011-07-01T23:34:23Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fb872c1
Parents:
a43fbc95
Message:

Implemented clock().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/time.h

    ra43fbc95 r06cb827  
    4343#endif
    4444
     45#undef CLOCKS_PER_SEC
     46#define CLOCKS_PER_SEC 1000000L
     47
    4548struct posix_tm {
    4649        int tm_sec;         /* Seconds [0,60]. */
Note: See TracChangeset for help on using the changeset viewer.