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

Diff for /src/include/unistd.h between version 1.59 and 1.60

version 1.59, 2006/12/20 08:12:00 version 1.60, 2008/04/24 20:43:20
Line 176 
Line 176 
   
 #if __BSD_VISIBLE ||  __XPG_VISIBLE <= 500  #if __BSD_VISIBLE ||  __XPG_VISIBLE <= 500
 /* Interfaces withdrawn by X/Open Issue 5 Version 0 */  /* Interfaces withdrawn by X/Open Issue 5 Version 0 */
 void     *brk(void *);  int      brk(void *);
 int      chroot(const char *);  int      chroot(const char *);
 int      getdtablesize(void);  int      getdtablesize(void);
 int      getpagesize(void);  int      getpagesize(void);

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60