Changeset 1750 for trunk/src/emx/src/lib/sys/b_fs.h
- Timestamp:
- Dec 21, 2004, 2:38:04 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/src/emx/src/lib/sys/b_fs.h (modified) (3 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/sys/b_fs.h
-
Property cvs2svn:cvs-rev
changed from
1.2to1.3
r1749 r1750 31 31 #include <sys/syslimits.h> 32 32 #include <sys/types.h> 33 33 34 #include <InnoTekLIBC/sharedpm.h> 34 35 #include "backend.h" … … 136 137 /** 137 138 * Creates the unix EAs for a new file or directory. 139 138 140 * @returns 0 on success. 139 141 * @returns Negative errno on failure. 140 142 * @param hFile File handle to the newly created fs object. If no 141 143 * handle handy, set to -1. 142 * @param pszNativePath Native path of the newly created fs object. If 143 * handle is give this will be ignored. 144 * @param pszNativePath Native path to the newly created fs object. 144 145 * @param mode The specified file permission mode mask. 145 */ 146 int __libc_back_fsUnixAttribsSet(int hFile, const char *pszNativePath, mode_t mode); 146 * @param pDev Where to store the dev number. 147 * @param pInode Where to store the calculated inode number. 148 */ 149 int __libc_back_fsUnixAttribsSet(int hFile, const char *pszNativePath, mode_t mode, dev_t *pDev, ino_t *pInode); 147 150 148 151 /** … … 197 200 int __libc_back_fsNativeFileStat(const char *pszNativePath, struct stat *pStat); 198 201 202 203 204 205 206 207 208 209 210 211 212 199 213 200 214 __END_DECLS -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
