From 5ad9bc631048467dba8964ab840a71990aabeae3 Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 6 Apr 1999 22:02:54 +0000 Subject: Wed Apr 7 14:09:52 1999 Ross Johnson * errno.c (_REENTRANT || _MT): Invert #if condition. * pthread.h (_errno): Conditionally include prototype. --- tests/Template.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/Template.c') diff --git a/tests/Template.c b/tests/Template.c index c98bbac..4bee7e1 100644 --- a/tests/Template.c +++ b/tests/Template.c @@ -75,6 +75,7 @@ int main() { int failed = 0; + int i; pthread_t t[NUMTHREADS + 1]; assert((t[0] = pthread_self()) != NULL); -- cgit v1.2.3