OSDN Git Service

* thread-db.c (thread_db_detach, thread_db_set_gen,
authorjimb <jimb>
Wed, 22 Sep 2004 19:00:31 +0000 (19:00 +0000)
committerjimb <jimb>
Wed, 22 Sep 2004 19:00:31 +0000 (19:00 +0000)
thread_db_thread_id): Make these functions static.

rda/unix/ChangeLog
rda/unix/thread-db.c

index ee42409..6a0f739 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-22  Jim Blandy  <jimb@theseus.home>
+
+       * thread-db.c (thread_db_detach, thread_db_set_gen,
+       thread_db_thread_id): Make these functions static.
+
 2004-09-13  Jim Blandy  <jimb@theseus.home>
 
        * solaris-target.c (solaris_detach, solaris_attach): Change
index bc56a04..ee82841 100644 (file)
@@ -873,7 +873,7 @@ thread_db_open (struct gdbserv *serv, int pid)
    thread_db interface, but it's not really where this should
    be done. */
 
-void
+static void
 thread_db_detach (struct gdbserv *serv, struct gdbserv_target *target)
 {
   struct child_process *process = gdbserv_target_data (serv);
@@ -1107,14 +1107,14 @@ thread_db_get_gen (struct gdbserv *serv)
    Handle 'Q' requests:
 */
 
-void
+static void
 thread_db_set_gen (struct gdbserv *serv)
 {
     if (parentvec.process_set_gen)
       parentvec.process_set_gen (serv);
 }
 
-void
+static void
 thread_db_thread_id (struct gdbserv *serv, 
                     struct gdbserv_thread *thread,
                     struct gdbserv_reg *id)