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

Diff for /src/include/unistd.h between version 1.68 and 1.69

version 1.68, 2012/03/21 23:20:35 version 1.69, 2012/04/12 11:19:34
Line 223 
Line 223 
 char    *fflagstostr(u_int32_t);  char    *fflagstostr(u_int32_t);
 int      getdomainname(char *, size_t)  int      getdomainname(char *, size_t)
                 __attribute__ ((__bounded__(__string__,1,2)));                  __attribute__ ((__bounded__(__string__,1,2)));
   int      getdtablecount(void);
 int      getgrouplist(const char *, gid_t, gid_t *, int *);  int      getgrouplist(const char *, gid_t, gid_t *, int *);
 mode_t   getmode(const void *, mode_t);  mode_t   getmode(const void *, mode_t);
 int      getresgid(gid_t *, gid_t *, gid_t *);  int      getresgid(gid_t *, gid_t *, gid_t *);

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69