From: Fred Fish Date: Fri, 29 Jul 1994 21:04:27 +0000 (+0000) Subject: From Kevin A. Buettner (kev@cujo.geg.mot.com). X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0c18c7370b1be430c5154cb29a72d19bc6d27f8d;p=deliverable%2Fbinutils-gdb.git 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fd44ecb67e..1c3a954a4d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Fri Jul 29 13:46:08 1994 Fred Fish (fnf@cygnus.com) + + 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. + Fri Jul 29 09:59:05 1994 J.T. Conklin (jtc@phishhead.cygnus.com) * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): If using newlib, diff --git a/gdb/inflow.c b/gdb/inflow.c index 095614215d..53b42ef7a8 100644 --- a/gdb/inflow.c +++ b/gdb/inflow.c @@ -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