2004-01-08 Michael Chastain <mec.gnu@mindspring.com>

* gdb.mi/pthreads.c (done_making_threads): Remove extraneous
	semicolon after end of function.
This commit is contained in:
Michael Chastain
2004-01-08 21:43:39 +00:00
parent 1e7fef1d44
commit 06ded8b85a
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
* gdb.mi/pthreads.c (done_making_threads): Remove extraneous
semicolon after end of function.
2004-01-07 Michael Chastain <mec.gnu@mindspring.com> 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
* gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>. * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.

View File

@ -1,5 +1,5 @@
/* Pthreads test program. /* Pthreads test program.
Copyright 1996, 2002, 2003 Copyright 1996, 2002, 2003, 2004
Free Software Foundation, Inc. Free Software Foundation, Inc.
Written by Keith Seitz of Red Hat. Written by Keith Seitz of Red Hat.
@ -58,7 +58,7 @@ void
done_making_threads (void) done_making_threads (void)
{ {
/* Nothing */ /* Nothing */
}; }
void void
create_thread (void) create_thread (void)