Changeset 1946 for trunk/src/emx/include/InnoTekLIBC/backend.h
- Timestamp:
- May 2, 2005, 4:56:25 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/InnoTekLIBC/backend.h
-
Property cvs2svn:cvs-rev
changed from
1.20
to1.21
r1945 r1946 229 229 * @returns Negative error code (errno.h) on failure. 230 230 * @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 */ 233 int __libc_Back_fsDirCurrentSet(const char *pszPath, int fDrive); 233 234 234 235 /** -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.