From patchwork Fri Jun 14 15:29:06 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: 33128 Received: (qmail 117829 invoked by alias); 14 Jun 2019 15:29:27 -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 117714 invoked by uid 89); 14 Jun 2019 15:29:26 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-21.0 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=POSIX, route, HX-Received:a854, HX-Spam-Relays-External:209.85.221.195 X-HELO: mail-vk1-f195.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=a2hhNon9R39tQEg3zKHZ8tICMNEpxzwjxLO9GgnyuHc=; b=qbnvm/3PI6HKd4sgUX0XlDNG9R6zUFSnX0AKa16uTV9KXJ4JFdbB5yh1CptSs3b36c yv2t56epvZK2OQ+F4nW61Cn+AvRz+4v8Gleo32d/5zBqmxuPAlGbuXmctYPLXnarg3iR bJE2x/sSfWwHzeyfkQruR6m9/I5kqT/zN9y0R/3PAESiPrnBN4myjwRVWqljvIewVOuP Tbeu3waJV0AziQ8M4CbJ7Q1RdjtqF2cm16inRCVYmBYIiQNeGsALFMmZj4IxvxlZH8tC iAX77D0f+Zq7A8k+8zYSOqnj4bXuR2C1ccAaaQEU2x/GwBzhzrTX+OwH+XVVNCOA8LQO M2OA== Return-Path: From: Adhemerval Zanella To: libc-alpha@sourceware.org Subject: [PATCH 10/12] sparc64: Use linux generic time implementation Date: Fri, 14 Jun 2019 12:29:06 -0300 Message-Id: <20190614152908.8101-10-adhemerval.zanella@linaro.org> In-Reply-To: <20190614152908.8101-1-adhemerval.zanella@linaro.org> References: <20190614152908.8101-1-adhemerval.zanella@linaro.org> There is no need to sparc64 provide an arch-specific implementation to route to POSIX one (which uses gettimeofday). Linux one already handles the case for architecture that does not have __NR_time. No semantic changes, checked against a build for sparc64-linux-gnu. * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Remove file. --- sysdeps/unix/sysv/linux/sparc/sparc64/time.c | 1 - 1 file changed, 1 deletion(-) delete mode 100644 sysdeps/unix/sysv/linux/sparc/sparc64/time.c diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/time.c b/sysdeps/unix/sysv/linux/sparc/sparc64/time.c deleted file mode 100644 index 509b580c55..0000000000 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/time.c +++ /dev/null @@ -1 +0,0 @@ -#include