Changeset 9067152 in mainline


Ignore:
Timestamp:
2011-06-29T23:21:46Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
65ed8f4
Parents:
3daf2c31
Message:

Functions from time.c made runnable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/time.c

    r3daf2c31 r9067152  
    8484{
    8585        // TODO
    86         not_implemented();
     86        if (maxsize >= 1) {
     87                *s = 0;
     88        }
     89        return 0;
    8790}
    8891
     
    9497{
    9598        // TODO
    96         not_implemented();
     99        return (posix_clock_t) -1;
    97100}
    98101
Note: See TracChangeset for help on using the changeset viewer.