Changeset 2254 for trunk/src/emx/src/lib/sys/b_fsDirCurrentGet.c
- Timestamp:
- Jul 17, 2005, 2:25:44 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/sys/b_fsDirCurrentGet.c
-
Property cvs2svn:cvs-rev
changed from
1.3to1.4
r2253 r2254 84 84 int rc = __libc_back_fsMutexRequest(); 85 85 if (rc) 86 LIBCLOG_ RETURN_INT(rc);86 LIBCLOG_RETURN_INT(rc); 87 87 88 88 /* … … 132 132 if (memicmp(&szNativePath[0], __libc_gszUnixRoot, __libc_gcchUnixRoot)) 133 133 { 134 LIBC_ASSERTM_FAILED("Current directory ha vebeen changed while in unixroot! unixroot=%s curdir=%s\n",134 LIBC_ASSERTM_FAILED("Current directory ha been changed while in unixroot! unixroot=%s curdir=%s\n", 135 135 __libc_gszUnixRoot, &szNativePath[0]); 136 136 __libc_gfInUnixTree = 0; … … 166 166 } 167 167 else 168 LIBCLOG_ RETURN_INT(-ERANGE);168 LIBCLOG_RETURN_INT(-ERANGE); 169 169 } 170 170 /* Native errors. */ … … 174 174 __libc_back_fsMutexRelease(); 175 175 rc = -__libc_native2errno(rc); 176 LIBCLOG_ RETURN_INT(rc);176 LIBCLOG_RETURN_INT(rc); 177 177 } 178 178 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
