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>
|
||||
|
||||
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…
Reference in New Issue
Block a user