mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 13:40:21 +00:00
PDB: Revert __thread storage for Mac
Partially reverts commit 03490825d5.
This commit is contained in:
@@ -95,7 +95,11 @@ struct pdb {
|
||||
#define BTREE_MAGIC 0x10101010
|
||||
#define BTREE_NODE_MAGIC 0x01010101
|
||||
|
||||
static __thread int pdb_count;
|
||||
static
|
||||
#ifndef HAVE_MACOSX
|
||||
__thread
|
||||
#endif
|
||||
int pdb_count;
|
||||
|
||||
static void pdb_validate_node(pdb_node_t * node, pdb_node_t * parent)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user