Changeset 72ec8cc in mainline for uspace/lib/posix/unistd.c


Ignore:
Timestamp:
2011-06-22T01:21:18Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f1fae414
Parents:
7d0b76d
Message:

getpagesize() provided as a function so it is properly detected by Autoconf-generated scripts.
Added minor symbol dependencies into unistd.h.

File:
1 edited

Legend:

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

    r7d0b76d r72ec8cc  
    5454
    5555/**
     56 *
     57 * @return
     58 */
     59int posix_getpagesize(void)
     60{
     61        return getpagesize();
     62}
     63
     64/**
    5665 *
    5766 * @return
Note: See TracChangeset for help on using the changeset viewer.