about summary refs log tree commit diff stats
path: root/src/libtools/threads.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libtools/threads.c')
-rwxr-xr-xsrc/libtools/threads.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libtools/threads.c b/src/libtools/threads.c
index 7b3a0c80..ce53d9d9 100755
--- a/src/libtools/threads.c
+++ b/src/libtools/threads.c
@@ -245,6 +245,8 @@ static void* pthread_routine(void* p)
 pthread_attr_t* getAlignedAttr(pthread_attr_t* m) {
 	return m;
 }
+void freeAlignedAttr(void* attr) {
+}
 #else
 typedef struct aligned_attr_s {
 	uint64_t sign;