aboutsummaryrefslogtreecommitdiffhomepage
path: root/exec.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-11-15 23:29:59 +1000
committerGravatar axel <axel@liljencrantz.se>2006-11-15 23:29:59 +1000
commit946b5d152804553e1f2e0c0e49ab69ebe765bd32 (patch)
treeca4b548855d67ed3cd392e38dea94b07d57cf66d /exec.c
parent3b2670532ae9327de16082d1814589658b7c8519 (diff)
Remove getpgid prototype from exec.c - this prototype seems to be no longer missing
darcs-hash:20061115132959-ac50b-d163141db6ad824ea0f6788338ebcec5001cbf5b.gz
Diffstat (limited to 'exec.c')
-rw-r--r--exec.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/exec.c b/exec.c
index b7166ee9..ed838385 100644
--- a/exec.c
+++ b/exec.c
@@ -48,14 +48,6 @@
#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
*/
#define FD_ERROR _( L"An error occurred while redirecting file descriptor %d" )