blob: 9523fb46a596a6eb98e481a36b622ce835aad54d (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/* 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>
|