2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-09 23:42:18 +00:00

fix hiden rename

This commit is contained in:
Vicente J. Botet Escriba
2016-04-21 00:10:30 +02:00
parent ef401d81db
commit 587ad42548
4 changed files with 1704 additions and 9 deletions

View File

@@ -53,7 +53,7 @@ namespace boost
{
if(memcmp(&epoch_tss_key_flag, &pthread_once_init_value, sizeof(pthread_once_t)))
{
void* data = (void*)pthread_getspecific(epoch_tss_key);
void* data = pthread_getspecific(epoch_tss_key);
if (data)
delete_epoch_tss_data(data);
pthread_key_delete(epoch_tss_key);