From 2be2ce5f7ef7a9907cc0d3475ec0377b3ae77412 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 22 Sep 2001 15:44:07 +0000 Subject: Avoid compile warning. 2001-09-22 Andreas Jaeger * linuxthreads/tst-context.c: Avoid compile warning. --- linuxthreads/ChangeLog | 4 ++++ linuxthreads/tst-context.c | 2 ++ 2 files changed, 6 insertions(+) (limited to 'linuxthreads') diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index aec226a2ae..c864308804 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2001-09-22 Andreas Jaeger + + * linuxthreads/tst-context.c: Avoid compile warning. + 2001-09-20 Andreas Jaeger * shlib-versions: Add x86-64. diff --git a/linuxthreads/tst-context.c b/linuxthreads/tst-context.c index c72b2ac101..9066e837e2 100644 --- a/linuxthreads/tst-context.c +++ b/linuxthreads/tst-context.c @@ -56,7 +56,9 @@ threadfct (void *arg) #endif +#ifdef FLOATING_STACKS static volatile int global; +#endif int main (void) -- cgit v1.2.3