this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix pthread regression (fixes #312)

+2 -2
+2 -2
src/kernel/emulation/linux/bsdthread/workq_kernreturn.c
··· 55 55 long tv_nsec; 56 56 }; 57 57 58 - void* __attribute__((weak)) __attribute__((visibility("default"))) pthread_getspecific(unsigned long key) { return NULL; } 59 - int __attribute__((weak)) __attribute__((visibility("default"))) pthread_setspecific(unsigned long key, const void* value) { return 1; } 58 + //void* __attribute__((weak)) __attribute__((visibility("default"))) pthread_getspecific(unsigned long key) { return NULL; } 59 + //int __attribute__((weak)) __attribute__((visibility("default"))) pthread_setspecific(unsigned long key, const void* value) { return 1; } 60 60 61 61 static int priority_to_class(int prio); 62 62