Work around clang problem with ifuncs and vdso

This commit is contained in:
Stan Shebs 2018-09-25 07:58:13 -07:00 committed by Fangrui Song
parent 96509a9dce
commit b35774068a
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
#include <sys/time.h>
#ifdef SHARED
#if defined(SHARED) && !defined(__clang__)
# include <dl-vdso.h>
# include <libc-vdso.h>

View File

@ -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