Changeset 3771 for branches/libc-0.6/src/emx/include/InnoTekLIBC
- Timestamp:
- Mar 15, 2012, 9:06:45 PM (13 years ago)
- Location:
- branches/libc-0.6/src/emx/include/InnoTekLIBC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/include/InnoTekLIBC
-
Property svn:mergeinfo
set to
/trunk/libc/include/klibc merged eligible
-
Property svn:mergeinfo
set to
-
branches/libc-0.6/src/emx/include/InnoTekLIBC/backend.h
r3695 r3771 183 183 /** Flags for __libc_Back_fsPathResolve(). 184 184 * @{ */ 185 #define __LIBC_BACKFS_FLAGS_RESOLVE_FULL 0 185 #define __LIBC_BACKFS_FLAGS_RESOLVE_FULL 0 186 /** Resolves and verfies the entire path, but it's ok if the last component 187 * does not exist. */ 188 #define __LIBC_BACKFS_FLAGS_RESOLVE_FULL_MAYBE 0x01 186 189 /** Get the native path instead, no unix root translations. */ 187 #define __LIBC_BACKFS_FLAGS_RESOLVE_NATIVE 0x10190 #define __LIBC_BACKFS_FLAGS_RESOLVE_NATIVE 0x10 188 191 /** @} */ 189 192
Note:
See TracChangeset
for help on using the changeset viewer.