forked from Imagelibrary/binutils-gdb
common/filestuff.c (make_cleanup_close): Update comment.
gdb/ChangeLog: * common/filestuff.c (make_cleanup_close): Update comment.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user