* target.h (target_find_new_threads): Fix definition.

This commit is contained in:
Maciej W. Rozycki
2007-12-04 14:15:01 +00:00
parent b8e2249147
commit 4becf47ce7
2 changed files with 5 additions and 1 deletions

View File

@ -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