Changeset 4f4b4e7 in mainline for uspace/lib/posix/time.c


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

Coding style and file structure unified.
_exit moved to unistd.h.

File:
1 edited

Legend:

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

    rab547063 r4f4b4e7  
    3636#define LIBPOSIX_INTERNAL
    3737
     38#include "common.h"
    3839#include "time.h"
    3940
     
    8384{
    8485        // TODO
    85         return 0;
     86        not_implemented();
    8687}
    8788
Note: See TracChangeset for help on using the changeset viewer.