| Index: src/untrusted/pthread/pthread_internal.h
|
| diff --git a/src/untrusted/pthread/pthread_internal.h b/src/untrusted/pthread/pthread_internal.h
|
| index d15b86175c352de78c18808f0b06d2ff03559eed..5137b40735de80f9f93be0f53873ef88c9b6e17c 100644
|
| --- a/src/untrusted/pthread/pthread_internal.h
|
| +++ b/src/untrusted/pthread/pthread_internal.h
|
| @@ -11,6 +11,7 @@
|
| #include "native_client/src/untrusted/pthread/pthread.h"
|
|
|
| struct nc_combined_tdb;
|
| +struct nc_thread_descriptor;
|
|
|
| extern int __nc_thread_initialized;
|
| extern pthread_t __nc_initial_thread_id;
|
| @@ -23,4 +24,6 @@ void __nc_initialize_interfaces(void);
|
|
|
| void __nc_tsd_exit(void);
|
|
|
| +struct nc_thread_descriptor *__nc_get_tdb(void);
|
| +
|
| #endif
|
|
|