Remove getpgid prototype from exec.c - this prototype seems to be no longer missing

darcs-hash:20061115132959-ac50b-d163141db6ad824ea0f6788338ebcec5001cbf5b.gz
This commit is contained in:
axel 2006-11-15 23:29:59 +10:00
parent 3b2670532a
commit 946b5d1528

8
exec.c
View file

@ -47,14 +47,6 @@
#include "halloc_util.h"
#include "parse_util.h"
/**
Prototype for the getpgid library function. The prototype for this
function seems to be missing in glibc, at least I've not found any
combination of includes, macros and compiler switches that will
include it.
*/
pid_t getpgid( pid_t pid );
/**
file descriptor redirection error message
*/