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

Diff for /src/include/dirent.h between version 1.32 and 1.33

version 1.32, 2013/08/16 08:33:20 version 1.33, 2013/12/13 18:09:27
Line 86 
Line 86 
 #if __BSD_VISIBLE  #if __BSD_VISIBLE
 int getdents(int, void *, size_t)  int getdents(int, void *, size_t)
                 __attribute__ ((__bounded__(__string__,2,3)));                  __attribute__ ((__bounded__(__string__,2,3)));
 int getdirentries(int, char *, int, off_t *)  
                 __attribute__ ((__bounded__(__string__,2,3)));  
 #endif /* __BSD_VISIBLE */  #endif /* __BSD_VISIBLE */
 #if __XPG_VISIBLE  #if __XPG_VISIBLE
 long telldir(DIR *);  long telldir(DIR *);

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33