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

Diff for /src/include/unistd.h between version 1.55 and 1.56

version 1.55, 2005/11/21 18:16:36 version 1.56, 2005/11/24 02:09:13
Line 221 
Line 221 
 int      truncate(const char *, off_t);  int      truncate(const char *, off_t);
 int      ttyslot(void);  int      ttyslot(void);
 unsigned int     ualarm(unsigned int, unsigned int);  unsigned int     ualarm(unsigned int, unsigned int);
 int      undelete(const char *);  
 int      usleep(useconds_t);  int      usleep(useconds_t);
 void    *valloc(size_t);                /* obsoleted by malloc() */  void    *valloc(size_t);                /* obsoleted by malloc() */
 pid_t    vfork(void);  pid_t    vfork(void);

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56