From Kevin A. Buettner (kev@cujo.geg.mot.com).
* Makefile.in (coredep.o): Add inferior.h as dependency. * inflow.c: Add F_SETOWN to list of defines to check around code that uses F_SETOWN.
This commit is contained in:
parent
8cb35771db
commit
0c18c7370b
2 changed files with 8 additions and 1 deletions
|
@ -578,7 +578,7 @@ clear_sigint_trap()
|
|||
signal (SIGINT, osig);
|
||||
}
|
||||
|
||||
#if defined (SIGIO) && defined (FASYNC) && defined (FD_SET)
|
||||
#if defined (SIGIO) && defined (FASYNC) && defined (FD_SET) && defined (F_SETOWN)
|
||||
static void (*old_sigio) ();
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue