summaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-01-07 16:39:02 +0000
committerAndrew Cagney <cagney@redhat.com>2004-01-07 16:39:02 +0000
commit06215704d6b1c498dfe198349a84fff7f7794dd4 (patch)
tree2152051afbea98756f1ef20635e5fa01fe8c7ba8 /gdb/testsuite/ChangeLog
parentece90f2faefc035bfa1c62b1a643725515e6a3b0 (diff)
downloadgdb-06215704d6b1c498dfe198349a84fff7f7794dd4.tar.gz
2004-01-07 Andrew Cagney <cagney@redhat.com>
* gdb.base/fileio.c (strerrno): Add "EBUSY".
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 1b9bf82182d..c53537d895a 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,9 @@
2004-01-07 Andrew Cagney <cagney@redhat.com>
+ * gdb.base/fileio.c (strerrno): Add "EBUSY".
+
+2004-01-07 Andrew Cagney <cagney@redhat.com>
+
* gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
when creating the read-only file. From analysis by Roland McGrath
and Elena Zannoni.