Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] procfs.c: Include "filestuff.h"
@ 2015-08-18 18:08 Marcin Cieslak
  2015-08-19  7:54 ` Yao Qi
  0 siblings, 1 reply; 5+ messages in thread
From: Marcin Cieslak @ 2015-08-18 18:08 UTC (permalink / raw)
  To: gdb-patches

Fixes implicit function declaration
error in procfs.c:4927 about undeclared
make_cleanup_close().

gdb/ChangeLog:

	PR gdb/18843
	* procfs.c: Include "filestuff.h"
---
 gdb/ChangeLog | 5 +++++
 gdb/procfs.c  | 1 +
 2 files changed, 6 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4af881e..edb4d88 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2015-08-18  Marcin CieÂślak <saper@saper.info>
+
+	PR gdb/18843
+	* procfs.c: Include "filestuff.h"
+
 2015-08-18  Sandra Loosemore  <sandra@codesourcery.com>
 
 	* remote.c (strprefix): New.
diff --git a/gdb/procfs.c b/gdb/procfs.c
index 42f1403..3d4f7be 100644
--- a/gdb/procfs.c
+++ b/gdb/procfs.c
@@ -30,6 +30,7 @@
 #include "gdbthread.h"
 #include "regcache.h"
 #include "inf-child.h"
+#include "filestuff.h"
 
 #if defined (NEW_PROC_API)
 #define _STRUCTURED_PROC 1	/* Should be done by configure script.  */
-- 
2.5.0



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-08-21  8:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-18 18:08 [PATCH] procfs.c: Include "filestuff.h" Marcin Cieslak
2015-08-19  7:54 ` Yao Qi
2015-08-19 16:51   ` Marcin Cieslak
2015-08-19 16:52   ` Marcin Cieslak
2015-08-21  8:21     ` Yao Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox