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

Diff for /src/include/unistd.h between version 1.95 and 1.96

version 1.95, 2014/12/08 20:39:56 version 1.96, 2014/12/11 23:05:38
Line 424 
Line 424 
 int      nice(int);  int      nice(int);
 int      setregid(gid_t, gid_t);  int      setregid(gid_t, gid_t);
 int      setreuid(uid_t, uid_t);  int      setreuid(uid_t, uid_t);
 void     swab(const void *, void *, size_t);  void     swab(const void *__restrict, void *__restrict, ssize_t);
 void     sync(void);  void     sync(void);
 int      truncate(const char *, off_t);  int      truncate(const char *, off_t);
 useconds_t       ualarm(useconds_t, useconds_t);  useconds_t       ualarm(useconds_t, useconds_t);

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96