diff options
Diffstat (limited to 'src/internal')
| -rw-r--r-- | src/internal/pthread_impl.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/src/internal/pthread_impl.h b/src/internal/pthread_impl.h index 9d56e8fa..e3a9a0e0 100644 --- a/src/internal/pthread_impl.h +++ b/src/internal/pthread_impl.h @@ -37,6 +37,11 @@ struct pthread {  	void **tsd;  	pthread_attr_t attr;  	volatile int dead; +	struct { +		void **head; +		long off; +		void *pending; +	} robust_list;  };  #define __SU (sizeof(size_t)/sizeof(int))  | 
