X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Finflow.h;h=c32aa1443310d2eb304f84e64c0f44b478941019;hb=041be52673949e5b6cc2b507e55a379a54ab8ee0;hp=b655bbeb20be5f470336448ee37e8cf5dbd8cd8e;hpb=e2882c85786571175a0b0bfc3bcd2f14620b1ea3;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/inflow.h b/gdb/inflow.h index b655bbeb20..c32aa14433 100644 --- a/gdb/inflow.h +++ b/gdb/inflow.h @@ -1,6 +1,6 @@ /* Low level interface to ptrace, for GDB when running under Unix. - Copyright (C) 2003-2018 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -22,9 +22,4 @@ #include -/* Process group of the current inferior. */ -#ifdef HAVE_TERMIOS_H -extern pid_t inferior_process_group (void); -#endif - #endif /* inflow.h */