Ignore:
Timestamp:
May 2, 2005, 4:56:25 AM (20 years ago)
Author:
bird
Message:

Changed chdir() to unix style, added _chdir_os2() as a backwards compatible api. _chdir2() and chdir() are operating identically now.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.20 to 1.21
    r1945 r1946  
    229229 * @returns Negative error code (errno.h) on failure.
    230230 * @param   pszPath     Path to the new current directory of the process.
    231  */
    232 int __libc_Back_fsDirCurrentSet(const char *pszPath);
     231 * @param   fDrive      Force a change of the current drive too.
     232 */
     233int __libc_Back_fsDirCurrentSet(const char *pszPath, int fDrive);
    233234
    234235/**
Note: See TracChangeset for help on using the changeset viewer.