[BACK]Return to dirent.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/dirent.h between version 1.23 and 1.24

version 1.23, 2011/07/14 02:16:00 version 1.24, 2011/07/18 17:29:49
Line 97 
Line 97 
 #ifndef _KERNEL  #ifndef _KERNEL
 __BEGIN_DECLS  __BEGIN_DECLS
 DIR *opendir(const char *);  DIR *opendir(const char *);
   #if __POSIX_VISIBLE >= 200809
   DIR *fdopendir(int);
   #endif
 struct dirent *readdir(DIR *);  struct dirent *readdir(DIR *);
 void rewinddir(DIR *);  void rewinddir(DIR *);
 int closedir(DIR *);  int closedir(DIR *);

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24