Avoid compile warning.

2001-09-22  Andreas Jaeger  <aj@suse.de>

	* linuxthreads/tst-context.c: Avoid compile warning.
This commit is contained in:
Andreas Jaeger 2001-09-22 15:44:07 +00:00
parent 8101ca20f9
commit 2be2ce5f7e
3 changed files with 7 additions and 1 deletions

View File

@ -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;

View File

@ -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.

View File

@ -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)