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

Diff for /src/include/unistd.h between version 1.79 and 1.80

version 1.79, 2013/06/17 19:11:54 version 1.80, 2013/10/24 07:34:56
Line 428 
Line 428 
 void     swab(const void *, void *, size_t);  void     swab(const void *, void *, size_t);
 void     sync(void);  void     sync(void);
 int      truncate(const char *, off_t);  int      truncate(const char *, off_t);
 unsigned int     ualarm(unsigned int, unsigned int);  useconds_t       ualarm(useconds_t, useconds_t);
 int      usleep(useconds_t);  int      usleep(useconds_t);
 pid_t    vfork(void);  pid_t    vfork(void);
 #endif  #endif

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80