mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-19 07:00:08 +00:00
Work around clang problem with ifuncs and vdso
This commit is contained in:
parent
96509a9dce
commit
b35774068a
@ -23,7 +23,7 @@
|
||||
|
||||
#include <sys/time.h>
|
||||
|
||||
#ifdef SHARED
|
||||
#if defined(SHARED) && !defined(__clang__)
|
||||
|
||||
# include <dl-vdso.h>
|
||||
# include <libc-vdso.h>
|
||||
|
@ -16,7 +16,7 @@
|
||||
License along with the GNU C Library; if not, see
|
||||
<http://www.gnu.org/licenses/>. */
|
||||
|
||||
#ifdef SHARED
|
||||
#if defined(SHARED) && !defined(__clang__)
|
||||
# ifndef __powerpc64__
|
||||
# define time __redirect_time
|
||||
# else
|
||||
|
Loading…
Reference in New Issue
Block a user