Move make_cleanup_close to common code
[deliverable/binutils-gdb.git] / gdb / utils.h
index cae1ac05c4a5e9402c1550eba09069fd12fd6e46..0e93ead91f3c41284032fda7a7190e4c94f24dfc 100644 (file)
@@ -80,7 +80,7 @@ struct section_addr_info;
 extern struct cleanup *(make_cleanup_free_section_addr_info 
                         (struct section_addr_info *));
 
-extern struct cleanup *make_cleanup_close (int fd);
+/* For make_cleanup_close see common/filestuff.h.  */
 
 extern struct cleanup *make_cleanup_fclose (FILE *file);
 
This page took 0.024037 seconds and 4 git commands to generate.