Changeset 2424 for trunk/src/emx/include/dirent.h
- Timestamp:
- Oct 26, 2005, 11:32:29 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/dirent.h
r2423 r2424 128 128 /** @todo DIR *__opendir2(const char *, int); */ 129 129 /** @todo int alphasort(const void *, const void *); */ 130 /** @todo int getdents(int, char *, int); */ 131 /** @todo int getdirentries(int, char *, int, long *); */ 130 int getdents(int, char *, int); 131 int getdirentries(int, char *, int, long *); 132 132 #endif 133 133 DIR *opendir(const char *);
Note:
See TracChangeset
for help on using the changeset viewer.