Browse Source

getpgid() and getsid() were rolled into POSIX in 2008

ok millert@
OPENBSD_5_4
guenther 11 years ago
parent
commit
46ca494325
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/include/unistd.h

+ 2
- 2
src/include/unistd.h View File

@ -1,4 +1,4 @@
/* $OpenBSD: unistd.h,v 1.75 2013/03/01 21:19:41 guenther Exp $ */
/* $OpenBSD: unistd.h,v 1.76 2013/04/11 03:09:16 guenther Exp $ */
/* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */
/*-
@ -430,7 +430,7 @@ int usleep(useconds_t);
pid_t vfork(void);
#endif
#if __XPG_VISIBLE >= 420
#if __POSIX_VISIBLE >= 200809 || __XPG_VISIBLE >= 420
pid_t getpgid(pid_t);
pid_t getsid(pid_t);
#endif


Loading…
Cancel
Save