Changeset 664fc031 in mainline for uspace/drv/time/cmos-rtc/cmos-rtc.c
- Timestamp:
- 2012-08-22T18:53:13Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2e6293b
- Parents:
- 077dad2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/time/cmos-rtc/cmos-rtc.c
r077dad2 r664fc031 312 312 fibril_mutex_unlock(&rtc->mutex); 313 313 314 return localtime2tm(cur_time, t);314 return time_local2tm(cur_time, t); 315 315 } 316 316
Note:
See TracChangeset
for help on using the changeset viewer.