mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00: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:
@@ -153,6 +153,8 @@ philosopher (void *data)
|
||||
pthread_mutex_unlock (&fork_mutex[(n + 1) % num_philosophers]);
|
||||
random_delay ();
|
||||
}
|
||||
|
||||
return (void *) 0;
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user