Re: [PATCH] couple of small bugs
Arjan van de Ven <[email protected]>
| Newsgroups | gmane.comp.lib.phil |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jul 29, 2003 at 01:59:03PM -0500, Joel Schopp wrote: > > > /* Global definition. Needed in pthread_getconcurrency as well. */ > -int __concurrency_level; > +/* Standards say if the pthread_setconcurrency function was not > + * called return 0 */ > +int __concurrency_level = 0; isn't the BSS guaranteed to be zeroed ?