Changeset 05ed9d7 in mainline
- Timestamp:
- 2012-04-03T11:39:20Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cca5c8d
- Parents:
- db8d552
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/time/cmos-rtc/cmos-rtc.c
rdb8d552 r05ed9d7 296 296 } 297 297 298 /* Count the months starting from 0, not from 1 */ 299 t->tm_mon--; 300 298 301 fibril_mutex_unlock(&rtc->mutex); 299 302 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.