From 6875c0ca2c3105e6014da3a201324581d95fe67c Mon Sep 17 00:00:00 2001 From: macro Date: Tue, 4 Dec 2007 14:14:59 +0000 Subject: [PATCH] * target.h (target_find_new_threads): Fix definition. --- gdb/ChangeLog | 4 ++++ gdb/target.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 358dc6787c..54aec11b38 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2007-12-04 Maciej W. Rozycki + + * target.h (target_find_new_threads): Fix definition. + 2007-12-02 Pierre Muller * win32-nat.c (win32_resume): Set the trace bit diff --git a/gdb/target.h b/gdb/target.h index 50dd33ba45..6dc36851f9 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -885,7 +885,7 @@ int target_follow_fork (int follow_child); /* Query for new threads and add them to the thread list. */ #define target_find_new_threads() \ - (*current_target.to_find_new_threads) (); \ + (*current_target.to_find_new_threads) () /* Make target stop in a continuable fashion. (For instance, under Unix, this should act like SIGSTOP). This function is normally -- 2.11.0