Changeset 664fc031 in mainline for uspace/drv/time/cmos-rtc/cmos-rtc.c


Ignore:
Timestamp:
2012-08-22T18:53:13Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2e6293b
Parents:
077dad2
Message:

rename the new time functions to the time_* naming scheme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/time/cmos-rtc/cmos-rtc.c

    r077dad2 r664fc031  
    312312                fibril_mutex_unlock(&rtc->mutex);
    313313
    314                 return localtime2tm(cur_time, t);
     314                return time_local2tm(cur_time, t);
    315315        }
    316316
Note: See TracChangeset for help on using the changeset viewer.