From: Szabolcs Nagy Date: Thu, 17 Mar 2022 10:09:46 +0000 (+0000) Subject: TODO(uapi): aarch64: morello: use non-ifunc gettimeofday X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=822571c5b10a0f10950b0a095df82afe460aeb15;p=thirdparty%2Fglibc.git TODO(uapi): aarch64: morello: use non-ifunc gettimeofday TODO: Remove this once morello has vdso gettimeofday. --- diff --git a/sysdeps/unix/sysv/linux/aarch64/gettimeofday.c b/sysdeps/unix/sysv/linux/aarch64/gettimeofday.c index ad421f4b058..c24fd830670 100644 --- a/sysdeps/unix/sysv/linux/aarch64/gettimeofday.c +++ b/sysdeps/unix/sysv/linux/aarch64/gettimeofday.c @@ -16,5 +16,7 @@ License along with the GNU C Library; if not, see . */ -#define USE_IFUNC_GETTIMEOFDAY +#ifndef __CHERI_PURE_CAPABILITY__ +# define USE_IFUNC_GETTIMEOFDAY +#endif #include