Changeset 1517 for trunk/src/emx/include/InnoTekLIBC/backend.h
- Timestamp:
- Sep 19, 2004, 5:53:31 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/InnoTekLIBC/backend.h
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r1516 r1517 129 129 * @returns -1 and errno on failure. 130 130 * @param paStatFs Where to to store the statistics. 131 * @par macStatFS Number of structures the array pointed to by paStatFs can hold.131 * @param cStatFS Number of structures the array pointed to by paStatFs can hold. 132 132 * @param fFlags Flags, currently ignored. 133 133 */ … … 140 140 */ 141 141 void __libc_Back_fsSync(void); 142 143 /** 144 * Sets or change the unixroot of the current process. 145 * 146 * @returns 0 on success. 147 * @returns -1 and errno on failure. 148 * @param pszNewRoot The new root. 149 */ 150 int __libc_Back_fsChRoot(const char *pszNewRoot); 142 151 143 152 /** @} */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.