This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] server.c (handle_general_set): Make static.


Hi.

fyi, I checked this in.

2010-04-26  Doug Evans  <dje@google.com>

	* server.c (handle_general_set): Make static.

diff -u -p -r1.117 server.c
--- server.c	24 Apr 2010 00:58:43 -0000	1.117
+++ server.c	26 Apr 2010 22:01:56 -0000
@@ -379,7 +379,8 @@ write_qxfer_response (char *buf, const v
 }
 
 /* Handle all of the extended 'Q' packets.  */
-void
+
+static void
 handle_general_set (char *own_buf)
 {
   if (strncmp ("QPassSignals:", own_buf, strlen ("QPassSignals:")) == 0)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]