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

Diff for /src/include/unistd.h between version 1.75 and 1.76

version 1.75, 2013/03/01 21:19:41 version 1.76, 2013/04/11 03:09:16
Line 430 
Line 430 
 pid_t    vfork(void);  pid_t    vfork(void);
 #endif  #endif
   
 #if __XPG_VISIBLE >= 420  #if __POSIX_VISIBLE >= 200809 || __XPG_VISIBLE >= 420
 pid_t    getpgid(pid_t);  pid_t    getpgid(pid_t);
 pid_t    getsid(pid_t);  pid_t    getsid(pid_t);
 #endif  #endif

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76