* gdb.threads/pthreads.c (thread1): Add a return statement.
(thread2): Likewise.
(foo): Likewise.
+2002-02-24 Michael Chastain <mec@shout.net>
+
+ * gdb.threads/pthreads.c (thread1): Add a return statement.
+ (thread2): Likewise.
+ (foo): Likewise.
+
2002-02-23 Michael Chastain <mec@shout.net>
* gdb.threads/linux-dp.c (philosopher): Add a return statement
common_routine (1);
sleep(1);
}
+ return (void *) 0;
}
static void *
sleep(1);
}
sleep(100);
+ return (void *) 0;
}
-int
+void
foo (a, b, c)
int a, b, c;
{