Changeset 3809 for branches/libc-0.6/src/emx/include/dirent.h
- Timestamp:
- Feb 16, 2014, 9:20:59 PM (11 years ago)
- Location:
- branches/libc-0.6/src/emx/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/include
- Property svn:mergeinfo changed
/trunk/libc/include merged: 3808
- Property svn:mergeinfo changed
-
branches/libc-0.6/src/emx/include/dirent.h
r2424 r3809 150 150 151 151 /* bird: EMX extra - start */ 152 DIR *_opendir ( __const__char *);152 DIR *_opendir (const char *); 153 153 struct dirent *_readdir (DIR *); 154 154 void _seekdir (DIR *, long);
Note:
See TracChangeset
for help on using the changeset viewer.