mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
Avoid compile warning.
2001-09-22 Andreas Jaeger <aj@suse.de> * linuxthreads/tst-context.c: Avoid compile warning.
This commit is contained in:
parent
8101ca20f9
commit
2be2ce5f7e
3 changed files with 7 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
#include <stdlib.h>
|
||||
|
||||
int
|
||||
main()
|
||||
main (void)
|
||||
{
|
||||
int i;
|
||||
void *h1, *h2;
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2001-09-22 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* linuxthreads/tst-context.c: Avoid compile warning.
|
||||
|
||||
2001-09-20 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* shlib-versions: Add x86-64.
|
||||
|
|
|
@ -56,7 +56,9 @@ threadfct (void *arg)
|
|||
#endif
|
||||
|
||||
|
||||
#ifdef FLOATING_STACKS
|
||||
static volatile int global;
|
||||
#endif
|
||||
|
||||
int
|
||||
main (void)
|
||||
|
|
Loading…
Add table
Reference in a new issue