compat/mingw: stubs for getpgid() and tcgetpgrp()
commit9a9a41db83052b674b89c084e4ac8c1458f7b11e
authorJohannes Sixt <j6t@kdbg.org>
Wed, 15 Apr 2015 18:29:30 +0000 (15 20:29 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Apr 2015 18:50:34 +0000 (15 11:50 -0700)
treeace6b94c35487e107ed340a8f83b76da19490b51
parent85cb8906f0e9b5639230fe247d5d916db8806777
compat/mingw: stubs for getpgid() and tcgetpgrp()

Windows does not have process groups. It is, therefore, the simplest
to pretend that each process is in its own process group.

While here, move the getppid() stub from its old location (between
two sync related functions) next to the two new functions.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/mingw.h