Changeset 9e06e9f in mainline


Ignore:
Timestamp:
2012-04-03T10:20:21Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d9c11eed
Parents:
3b79ba5
Message:

rtc: add the month field to the tm structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/sys/time.h

    r3b79ba5 r9e06e9f  
    5151        int tm_hour;      /* 0 - 23 */
    5252        int tm_mday;      /* 1 - 31 */
     53        int tm_mon;       /* 0 - 11 */
    5354        int tm_year;      /* years since 1900 */
    5455};
Note: See TracChangeset for help on using the changeset viewer.