Ignore:
Timestamp:
Sep 19, 2004, 5:53:31 PM (21 years ago)
Author:
bird
Message:

Fixing warnings. -Znofork

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/InnoTekLIBC/backend.h

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r1516 r1517  
    129129 * @returns -1 and errno on failure.
    130130 * @param   paStatFs    Where to to store the statistics.
    131  * @parma   cStatFS     Number of structures the array pointed to by paStatFs can hold.
     131 * @param   cStatFS     Number of structures the array pointed to by paStatFs can hold.
    132132 * @param   fFlags      Flags, currently ignored.
    133133 */
     
    140140 */
    141141void __libc_Back_fsSync(void);
     142
     143/**
     144 * Sets or change the unixroot of the current process.
     145 *
     146 * @returns 0 on success.
     147 * @returns -1 and errno on failure.
     148 * @param   pszNewRoot  The new root.
     149 */
     150int __libc_Back_fsChRoot(const char *pszNewRoot);
    142151
    143152/** @} */
Note: See TracChangeset for help on using the changeset viewer.