]> Zhao Yanbai Git Server - minix.git/commit
Stub for setpgid
authorLionel Sambuc <lionel@minix3.org>
Thu, 24 Apr 2014 11:39:50 +0000 (13:39 +0200)
committerLionel Sambuc <lionel@minix3.org>
Mon, 28 Jul 2014 15:05:24 +0000 (17:05 +0200)
commitafe5cecd7fd0860b48122c4898fc7f7e5aff93a0
treeb438ac19f5ae3ad85cb2c9376ad4f0385cbcdbfb
parentac5b3e53d8a02c90880b264e2fd6ddd2008cfa96
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
include/unistd.h
lib/libc/compat-43/Makefile.inc
lib/libc/sys-minix/Makefile.inc
lib/libc/sys-minix/setpgid.c [new file with mode: 0644]