mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-05 11:11:04 +00:00
9 lines
248 B
C
9 lines
248 B
C
|
/* This kludge works around a libpthread static linking problem:
|
||
|
https://sourceware.org/bugzilla/show_bug.cgi?id=15648. */
|
||
|
|
||
|
#ifndef SHARED
|
||
|
# define __lll_lock_wait_private weak_function __lll_lock_wait_private
|
||
|
#endif
|
||
|
|
||
|
#include <lowlevellock.c>
|