Make server.c:myresume static.

I just happened to notice that this function was exclusively used in
server.c, and thus could be made static.

2010-07-06  Joel Brobecker  <brobecker@adacore.com>

        * server.c (myresume): Make static.
This commit is contained in:
Joel Brobecker 2010-07-06 21:20:43 +00:00
parent f5296ddc5e
commit 1fd7cdc24b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-07-06 Joel Brobecker <brobecker@adacore.com>
* server.c (myresume): Make static.
2010-07-06 Tom Tromey <tromey@redhat.com>
* configure, config.in: Rebuild.

View File

@ -2035,7 +2035,7 @@ handle_v_requests (char *own_buf, int packet_len, int *new_packet_len)
/* Resume inferior and wait for another event. In non-stop mode,
don't really wait here, but return immediatelly to the event
loop. */
void
static void
myresume (char *own_buf, int step, int sig)
{
struct thread_resume resume_info[2];