Changeset 9067152 in mainline
- Timestamp:
- 2011-06-29T23:21:46Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 65ed8f4
- Parents:
- 3daf2c31
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/time.c
r3daf2c31 r9067152 84 84 { 85 85 // TODO 86 not_implemented(); 86 if (maxsize >= 1) { 87 *s = 0; 88 } 89 return 0; 87 90 } 88 91 … … 94 97 { 95 98 // TODO 96 not_implemented();99 return (posix_clock_t) -1; 97 100 } 98 101
Note:
See TracChangeset
for help on using the changeset viewer.