Changeset 1946 for trunk/src/emx/include


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.

Location:
trunk/src/emx/include
Files:
2 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/**
  • trunk/src/emx/include/stdlib.h

    • Property cvs2svn:cvs-rev changed from 1.31 to 1.32
    r1945 r1946  
    292292#ifdef __BSD_VISIBLE
    293293char    *_getcwdux(char *, size_t);
    294 /** @todo: int     _chdirux(char *); */
    295294char    *_realrealpath(const char *, char *, size_t);
    296295#endif
     
    421420long double _atofl (__const__ char *);
    422421int _chdir2 (__const__ char *);
     422int _chdir_os2 (const char *);
    423423int _chdrive (int);
    424424int _core (int);
Note: See TracChangeset for help on using the changeset viewer.