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

Diff for /src/include/unistd.h between version 1.76 and 1.77

version 1.76, 2013/04/11 03:09:16 version 1.77, 2013/04/15 16:38:21
Line 403 
Line 403 
 int      getlogin_r(char *, size_t)  int      getlogin_r(char *, size_t)
                 __attribute__((__bounded__(__string__,1,2)));                  __attribute__((__bounded__(__string__,1,2)));
 #endif  #endif
   #if __POSIX_VISIBLE >= 199506
   int      fdatasync(int);
   #endif
   
 #if __XPG_VISIBLE || __BSD_VISIBLE  #if __XPG_VISIBLE || __BSD_VISIBLE
 char    *crypt(const char *, const char *);  char    *crypt(const char *, const char *);

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77