diff options
author | rpj <rpj> | 1999-04-06 22:02:54 +0000 |
---|---|---|
committer | rpj <rpj> | 1999-04-06 22:02:54 +0000 |
commit | 5ad9bc631048467dba8964ab840a71990aabeae3 (patch) | |
tree | e1d0a9bb098ab9d46ed460b0343a9792e38355aa /tests/Template.c | |
parent | 5d920cbde2800a019934b7a3748c7afc070a3505 (diff) |
Wed Apr 7 14:09:52 1999 Ross Johnson <rpj@swan.canberra.edu.au>snap-1999-04-07
* errno.c (_REENTRANT || _MT): Invert #if condition.
* pthread.h (_errno): Conditionally include prototype.
Diffstat (limited to 'tests/Template.c')
-rw-r--r-- | tests/Template.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |