Changeset 2269 for trunk/src/emx/include
- Timestamp:
- Jul 21, 2005, 11:10:25 PM (20 years ago)
- Location:
- trunk/src/emx/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/ftw.h
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r2268 r2269 53 53 #define FTW_CHDIR 0x08 /* Change to a directory before reading it. */ 54 54 55 #if defined(__USE_GNU) &&__USE_GNU55 #ifdef __USE_GNU 56 56 /* 57 57 * Unfortunately we don't implement the FTW_SKIP_SUBTREE, FTW_SKIP_SIBLINGS -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/include/sys/dirent.h
-
Property cvs2svn:cvs-rev
changed from
1.5
to1.6
r2268 r2269 91 91 }; 92 92 93 #if defined(__USE_GNU) &&__USE_GNU93 #ifdef __USE_GNU 94 94 /* Macros GNU GLIBC defines for accessing the d_namelen variable correctly. */ 95 95 #define _D_EXACT_NAMLEN(pdir) ( (pdir)->d_namlen ) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.