mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
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:
parent
3b2670532a
commit
946b5d1528
1 changed files with 0 additions and 8 deletions
8
exec.c
8
exec.c
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue