Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Avoid compile warning.
2001-09-22  Andreas Jaeger  <aj@suse.de>

	* linuxthreads/tst-context.c: Avoid compile warning.
  • Loading branch information
Andreas Jaeger committed Sep 22, 2001
1 parent 8101ca2 commit 2be2ce5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion elf/reldep4.c
Expand Up @@ -4,7 +4,7 @@
#include <stdlib.h>

int
main()
main (void)
{
int i;
void *h1, *h2;
Expand Down
4 changes: 4 additions & 0 deletions linuxthreads/ChangeLog
@@ -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.
Expand Down
2 changes: 2 additions & 0 deletions linuxthreads/tst-context.c
Expand Up @@ -56,7 +56,9 @@ threadfct (void *arg)
#endif


#ifdef FLOATING_STACKS
static volatile int global;
#endif

int
main (void)
Expand Down

0 comments on commit 2be2ce5

Please sign in to comment.