Changeset 823a929 in mainline for uspace/lib/posix/time.c


Ignore:
Timestamp:
2011-06-23T23:57:33Z (14 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e64b55a
Parents:
da084d9
Message:

Added function stubs (binutils compile-time dependencies).

File:
1 edited

Legend:

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

    rda084d9 r823a929  
    8787}
    8888
     89/**
     90 *
     91 * @return
     92 */
     93posix_clock_t posix_clock(void)
     94{
     95        // TODO
     96        not_implemented();
     97}
     98
    8999/** @}
    90100 */
Note: See TracChangeset for help on using the changeset viewer.