diff options
Diffstat (limited to 'src/libtools')
| -rwxr-xr-x | src/libtools/threads.c | 2 |
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; |