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>
int
main()
main (void)
{
int i;
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>
* shlib-versions: Add x86-64.

View File

@ -56,7 +56,9 @@ threadfct (void *arg)
#endif
#ifdef FLOATING_STACKS
static volatile int global;
#endif
int
main (void)