Browse Source
- The usage of `pthread_setname_np` is not supported on versions of glibc earlier than 2.12. This patch checks the glibc MINOR version and only uses that API where supported. - This will suppress undeclared function warning when compiling with uClibc/musl-libc. Signed-off-by: Syrone Wong <wong.syrone@gmail.com>pull/864/head
Syrone Wong
8 years ago
committed by
Max Lv
1 changed files with 6 additions and 3 deletions
Loading…