Changeset 1325
- Timestamp:
- Mar 21, 2004, 9:27:17 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/emx/src/lib/sys/pathrewrite.c ¶
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r1324 r1325 211 211 *******************************************************************************/ 212 212 static void __libc_pathRewriteDeleteDir(PDIRECTORY pDir); 213 staticvoid __libc_pathRewriteInit(void);213 void __libc_pathRewriteInit(void); 214 214 /* static void __libc_pathRewriteTerm(void); */ 215 215 216 216 /** 217 217 * Init rewriters if LIBC_PATHREWRITERS contains anything useful. 218 * @remark Cannot be static as GCC will optimize it away then. 218 219 */ 219 staticvoid __libc_pathRewriteInit(void)220 void __libc_pathRewriteInit(void) 220 221 { 221 222 LIBCLOG_ENTER("\n"); … … 347 348 /** @todo proper cleanup for non process term. */ 348 349 #if 0 349 staticvoid __libc_pathRewriteTerm(void)350 void __libc_pathRewriteTerm(void) 350 351 { 351 352 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.