From patchwork Thu Dec 12 18:16:12 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adhemerval Zanella Netto X-Patchwork-Id: 36797 Received: (qmail 45224 invoked by alias); 12 Dec 2019 18:16:38 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 44934 invoked by uid 89); 12 Dec 2019 18:16:36 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-21.9 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mail-vk1-f196.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:subject:date:message-id:in-reply-to:references; bh=UY8E4eukh2+eZZP7cyEy0SiUoXhSL3XyuEeqTt5oGaA=; b=Cjk1EPvGcWzOQWl3THfcJX3F9fzOfdlMc+3njL6WE6VYHAJ7rv6GfQDuRQ6nqLc8Dw cJ/6kwJoSk+PUK4A92scCrjOdTT/vFD8QRBPleXZxlPNSoKQFY211B5CCk5ohW7G6aMY jz5r31RJPC8fn2D2bmX9CHIT7RaEMwlYgt5FoboFdIQ1O2Jv9zR4wIJcYrZvQsAzzrDE WbeAe4X73cPVAL9omxBSNS8cKThDy44ko0hk9nwnEyUkqSOW4SfkYqiUkLmB3u51wSJm YWQ3AYO9SiJpGcUAiUysQbzitBO49DZXo4XakMdpKN6jTIpviCYrKeB/AB8yULU86djS u7FQ== Return-Path: From: Adhemerval Zanella To: libc-alpha@sourceware.org Subject: [PATCH 10/12] Enable vDSO clock_gettime64 for arm Date: Thu, 12 Dec 2019 15:16:12 -0300 Message-Id: <20191212181614.31782-10-adhemerval.zanella@linaro.org> In-Reply-To: <20191212181614.31782-1-adhemerval.zanella@linaro.org> References: <20191212181614.31782-1-adhemerval.zanella@linaro.org> It was added on Linux 5.5 (commit 74d06efb9c2f9). --- sysdeps/unix/sysv/linux/arm/sysdep.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sysdeps/unix/sysv/linux/arm/sysdep.h b/sysdeps/unix/sysv/linux/arm/sysdep.h index e9e022e037..b5ef17d1a8 100644 --- a/sysdeps/unix/sysv/linux/arm/sysdep.h +++ b/sysdeps/unix/sysv/linux/arm/sysdep.h @@ -393,6 +393,7 @@ __local_syscall_error: \ /* List of system calls which are supported as vsyscalls. */ #define HAVE_CLOCK_GETTIME_VSYSCALL "__vdso_clock_gettime" +#define HAVE_CLOCK_GETTIME64_VSYSCALL "__vdso_clock_gettime64" #define HAVE_GETTIMEOFDAY_VSYSCALL "__vdso_gettimeofday" #define LOAD_ARGS_0()