Changeset b08ef1fd in mainline for uspace/lib/posix/unistd.c


Ignore:
Timestamp:
2011-06-16T02:57:47Z (14 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
491e1ee
Parents:
4f4b4e7
Message:

POSIX types moved from stat.h to types.h.
Added function stubs into stdio.h and unistd.h.

File:
1 edited

Legend:

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

    r4f4b4e7 rb08ef1fd  
    5050}
    5151
     52/**
     53 *
     54 * @param path
     55 * @param amode
     56 * @return
     57 */
     58int posix_access(const char *path, int amode)
     59{
     60        // TODO
     61        not_implemented();
     62}
     63
    5264/** @}
    5365 */
Note: See TracChangeset for help on using the changeset viewer.