projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71f4ed3
)
common/filestuff.c (make_cleanup_close): Update comment.
author
Doug Evans
<dje@google.com>
Mon, 28 Sep 2015 18:31:54 +0000
(11:31 -0700)
committer
Doug Evans
<dje@google.com>
Mon, 28 Sep 2015 18:31:54 +0000
(11:31 -0700)
gdb/ChangeLog:
* common/filestuff.c (make_cleanup_close): Update comment.
gdb/ChangeLog
patch
|
blob
|
history
gdb/common/filestuff.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 246b1cd223b2ac229304f485d18b60dd7fa4dc98..b466db593a5e18ad8f0f62706c5dabfb9af99650 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2015-09-28 Doug Evans <dje@google.com>
+
+ * common/filestuff.c (make_cleanup_close): Update comment.
+
2015-09-26 Simon Marchi <simark@nova.polymtl.ca>
* btrace.c (parse_xml_btrace_block): Fix cast of
diff --git
a/gdb/common/filestuff.c
b/gdb/common/filestuff.c
index 798a411af3d43c4be58bf01c425d757ebb5b2f3f..a5b94cb8910f7b59040bace251ef282c018b2a0a 100644
(file)
--- a/
gdb/common/filestuff.c
+++ b/
gdb/common/filestuff.c
@@
-415,7
+415,7
@@
do_close_cleanup (void *arg)
close (*fd);
}
-/* See
cleanup-utils
.h. */
+/* See
filestuff
.h. */
struct cleanup *
make_cleanup_close (int fd)