mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00: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
@ -4,7 +4,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
int
|
int
|
||||||
main()
|
main (void)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
void *h1, *h2;
|
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>
|
2001-09-20 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* shlib-versions: Add x86-64.
|
* shlib-versions: Add x86-64.
|
||||||
|
@ -56,7 +56,9 @@ threadfct (void *arg)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef FLOATING_STACKS
|
||||||
static volatile int global;
|
static volatile int global;
|
||||||
|
#endif
|
||||||
|
|
||||||
int
|
int
|
||||||
main (void)
|
main (void)
|
||||||
|
Loading…
Reference in New Issue
Block a user