Changeset 823a929 in mainline for uspace/lib/posix/time.c
- Timestamp:
- 2011-06-23T23:57:33Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e64b55a
- Parents:
- da084d9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/time.c
rda084d9 r823a929 87 87 } 88 88 89 /** 90 * 91 * @return 92 */ 93 posix_clock_t posix_clock(void) 94 { 95 // TODO 96 not_implemented(); 97 } 98 89 99 /** @} 90 100 */
Note:
See TracChangeset
for help on using the changeset viewer.