Protoization.

This commit is contained in:
Kevin Buettner 2000-09-13 01:55:17 +00:00
parent 78f0949be7
commit 064002de2b
3 changed files with 12 additions and 16 deletions

View file

@ -568,9 +568,7 @@ restore_all_signals (void)
If ALL is non-zero, process all threads.
If ALL is zero, skip threads with pending status. */
static void
iterate_active_threads (func, all)
void (*func)(int);
int all;
iterate_active_threads (void (*func) (int), int all)
{
CORE_ADDR descr;
int pid;