mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 03:24:41 +08:00
2002-02-23 Michael Chastain <mec@shout.net>
* gdb.threads/linux-dp.c (philosopher): Add a return statement to placate gcc.
This commit is contained in:
parent
3912137081
commit
04c3b3d429
@ -1,3 +1,8 @@
|
||||
2002-02-23 Michael Chastain <mec@shout.net>
|
||||
|
||||
* gdb.threads/linux-dp.c (philosopher): Add a return statement
|
||||
to placate gcc.
|
||||
|
||||
2002-02-23 Michael Chastain <mec@shout.net>
|
||||
|
||||
* gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
|
||||
|
@ -153,6 +153,8 @@ philosopher (void *data)
|
||||
pthread_mutex_unlock (&fork_mutex[(n + 1) % num_philosophers]);
|
||||
random_delay ();
|
||||
}
|
||||
|
||||
return (void *) 0;
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user