This commit is contained in:
jl777
2016-10-27 10:05:13 -03:00
parent b67b154f1e
commit 2552dbb4ed

View File

@@ -20,6 +20,7 @@
#define portable_mutex_lock pthread_mutex_lock
#define portable_mutex_unlock pthread_mutex_unlock
struct allocitem { uint32_t allocsize,type; };
struct queueitem { struct queueitem *next,*prev; uint32_t allocsize,type; };
typedef struct queue