Changeset 2a53f71 in mainline for uspace/lib/posix/stdio.c


Ignore:
Timestamp:
2011-07-31T04:59:20Z (14 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
27a8d1d
Parents:
11544f4
Message:

Added missing comments to the newly implemented functions.

File:
1 edited

Legend:

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

    r11544f4 r2a53f71  
    726726 * Rename a file or directory.
    727727 *
    728  * @param old
    729  * @param new
     728 * @param old Old pathname.
     729 * @param new New pathname.
    730730 * @return Zero on success, -1 (with errno set) otherwise.
    731731 */
Note: See TracChangeset for help on using the changeset viewer.