Stub for setpgid
This implements a near noop setpgid, unless the use is one equivalent to setsid, in which case it will behave as such. Also activates setpgrp, which is implemented in terms of setpgid. Change-Id: I84411cb1957351aa1d3985623cd9e69bdf6f8d4c
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
.PATH: ${ARCHDIR}/compat-43 ${.CURDIR}/compat-43
|
||||
|
||||
SRCS+= creat.c getdtablesize.c \
|
||||
killpg.c \
|
||||
killpg.c setpgrp.c \
|
||||
|
||||
.if !defined(AUDIT)
|
||||
SRCS+= getwd.c
|
||||
|
||||
Reference in New Issue
Block a user