Mercurial > ecos
diff packages/compat/posix/current/src/pthread.cxx @ 136:a9ac27ec7abc ecos-sw-2000-11-17
Merge from eCos master repository on 2000-11-17-18:24:25-GMT
| author | jlarmour |
|---|---|
| date | Fri, 17 Nov 2000 23:16:43 +0000 |
| parents | 0c2b7be0d798 |
| children | d397fc472bcf |
line wrap: on
line diff
--- a/packages/compat/posix/current/src/pthread.cxx +++ b/packages/compat/posix/current/src/pthread.cxx @@ -589,7 +589,7 @@ externC int pthread_create ( pthread_t * nthread->joiner = new(nthread->joiner_obj) Cyg_Condition_Variable( pthread_mutex ); // Initialize signal specific fields. - cyg_posix_thread_siginit( nthread ); + cyg_posix_thread_siginit( nthread, self ); // create the underlying eCos thread
