aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-07-05 10:25:43 +0000
committerAndrew Cagney <cagney@redhat.com>2000-07-05 10:25:43 +0000
commit409a3f64ac594a93770f9b640941772787fa745c (patch)
tree42a7daabd74d6f6b7fc987cada81bdc08a0d2015 /gdb/ChangeLog
parenta5cb8284bfabd5fd447b6f08c92987538bf8d731 (diff)
downloadgdb-409a3f64ac594a93770f9b640941772787fa745c.zip
gdb-409a3f64ac594a93770f9b640941772787fa745c.tar.gz
gdb-409a3f64ac594a93770f9b640941772787fa745c.tar.bz2
Check for <sys/poll.h>.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index aaab631..3669af2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+Wed Jul 5 20:09:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * event-loop.c: Include either <poll.h> or <sys/poll.h>.
+
+ * configure.in (targ_archs): Check for <poll.h> and <sys/poll.h>.
+ * configure, config.in: Re-generate.
+
Wed Jul 5 18:10:44 2000 Andrew Cagney <cagney@b1.cygnus.com>
From 2000-06-12 Bill Nottingham <notting@redhat.com>: