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

Diff for /src/include/unistd.h between version 1.40 and 1.41

version 1.40, 2002/08/30 08:24:55 version 1.41, 2002/09/17 12:57:50
Line 206 
Line 206 
 int      symlink(const char *, const char *);  int      symlink(const char *, const char *);
 void     sync(void);  void     sync(void);
 int      syscall(int, ...);  int      syscall(int, ...);
   #if !defined(_XOPEN_SOURCE)
   quad_t   __syscall(quad_t, ...);
   #endif
 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);

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41