mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
2003-02-06 Andrew Cagney <ac131313@redhat.com>
* Makefile.in (inflow_h): Define. (procfs.o, inflow.o, procfs.o): Update dependencies. * inftarg.c (child_stop): Delete extern declaration of inferior_process_group. Include "inflow.h". * procfs.c (procfs_stop): Ditto. Include "inflow.h". * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ... * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file. (our_process_group, inferior_process_group): Extern declarations.
This commit is contained in:
17
gdb/inflow.c
17
gdb/inflow.c
@@ -35,22 +35,7 @@
|
||||
#include <sys/select.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_TERMIOS
|
||||
#define PROCESS_GROUP_TYPE pid_t
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_TERMIO
|
||||
#define PROCESS_GROUP_TYPE int
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SGTTY
|
||||
#ifdef SHORT_PGRP
|
||||
/* This is only used for the ultra. Does it have pid_t? */
|
||||
#define PROCESS_GROUP_TYPE short
|
||||
#else
|
||||
#define PROCESS_GROUP_TYPE int
|
||||
#endif
|
||||
#endif /* sgtty */
|
||||
#include "inflow.h"
|
||||
|
||||
#ifdef HAVE_SYS_IOCTL_H
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
Reference in New Issue
Block a user