Changeset 1780 for trunk/src/emx/include/InnoTekLIBC/backend.h
- Timestamp:
- Jan 17, 2005, 4:57:36 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/InnoTekLIBC/backend.h
-
Property cvs2svn:cvs-rev
changed from
1.15
to1.16
r1779 r1780 300 300 */ 301 301 int __libc_Back_fsRename(const char *pszPathOld, const char *pszPathNew); 302 303 /** 304 * Unlinks a file, directory, symlink, dev, pipe or socket. 305 * 306 * @returns 0 on success. 307 * @returns Negative error code (errno.h) on failure. 308 * @param pszPath Path to the filesystem file/dir/symlink/whatever to remove. 309 */ 310 int __libc_Back_fsUnlink(const char *pszPath); 311 302 312 303 313 /** @defgroup __libc_Back_io LIBC Backend - I/O and File Management. -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.