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/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.