Changeset 2323 for trunk/src/emx/include/InnoTekLIBC/backend.h
- Timestamp:
- Sep 25, 2005, 1:01:36 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/InnoTekLIBC/backend.h
-
Property cvs2svn:cvs-rev
changed from
1.34
to1.35
r2322 r2323 235 235 */ 236 236 int __libc_Back_fsDirCurrentSet(const char *pszPath, int fDrive); 237 238 /** 239 * Changes the current directory of the process. 240 * 241 * @returns 0 on success. 242 * @returns Negative error code (errno.h) on failure. 243 * @param fh The handle of an open directory. 244 * @param fDrive Force a change of the current drive too. 245 */ 246 int __libc_Back_fsDirCurrentSetFH(int fh, int fDrive); 237 247 238 248 /** -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.