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

Diff for /src/include/dirent.h between version 1.29 and 1.30

version 1.29, 2012/11/29 02:15:44 version 1.30, 2013/03/24 17:46:58
Line 73 
Line 73 
   
 #endif /* __BSD_VISIBLE */  #endif /* __BSD_VISIBLE */
   
 #ifndef _KERNEL  
 __BEGIN_DECLS  __BEGIN_DECLS
 DIR *opendir(const char *);  DIR *opendir(const char *);
 #if __POSIX_VISIBLE >= 200809  #if __POSIX_VISIBLE >= 200809
Line 107 
Line 106 
 int dirfd(DIR *);  int dirfd(DIR *);
 #endif  #endif
 __END_DECLS  __END_DECLS
   
 #endif /* !_KERNEL */  
   
 #endif /* !_DIRENT_H_ */  #endif /* !_DIRENT_H_ */

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30