From patchwork Sun Feb 9 20:21:15 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Weimer X-Patchwork-Id: 1235567 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-109330-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha1 header.s=default header.b=xy7IbkmV; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=N554+Oke; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48G0pL4fFBz9sRQ for ; Mon, 10 Feb 2020 07:22:50 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:in-reply-to:references :message-id:date:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=t2JPs8ogPjc8BEcx jT9jNoqiOZjvEX0lcW4A19qovC1NnQKZrPrCvfs76Hco7zd6wBYtSoQ2JSa4TM0M PpbXMthuErNR/GYKatDrnOlHg5yK1yAtrZtKklFVdXtp+uyLAYxNkg96vMip+2D9 Wx5W1LTe0BdPjpEbPhX6FbE8a8w= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:in-reply-to:references :message-id:date:mime-version:content-type :content-transfer-encoding; s=default; bh=Jqgf3uqtKqOcLycfLXMssk WYas4=; b=xy7IbkmVu+Mhz1eUYrAQQQxpiUnsB8zmKQ8ttRtc7QuQJIMu8ymDwg xoIiVuodJUc24VEphmhb/xxV8QZawSv/vk27go46mNDxLxa3MDu7VtkFgq4vjW+B ex9CGdzgdWw/WQgLX1ST6Y5BVy9ruhK5KlOq2MHr9DBQSat+dbCAA= Received: (qmail 28339 invoked by alias); 9 Feb 2020 20:21:24 -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 28265 invoked by uid 89); 9 Feb 2020 20:21:23 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.8 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy= X-HELO: us-smtp-delivery-1.mimecast.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581279680; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zikkGw4BuvXF1lFOJ0UElxiw6Mx54rJUP5h0/r5+9wE=; b=N554+OkeA/+BpDzX0lWBDArF3Z34ZD4JB0RsZYh661Id0dqZcOh+WYXpGKfnlbiFOiAvj9 bIfJ52If+wb7pHC0Kmj77nvYOgWflxrXoS9Tb1onfg3sCZPvIPLwNqxFlvlc2j5Wct11dL 9Fd+9i5Y22M+TUGXQYNkql41yAw7SB4= From: Florian Weimer To: libc-alpha@sourceware.org Subject: [PATCH 22/26] ia64: Do not define __NR_semtimedop in In-Reply-To: References: X-From-Line: c93a787fa375a3cdbbbe2468b51811ed861158c3 Mon Sep 17 00:00:00 2001 Message-Id: Date: Sun, 09 Feb 2020 21:21:15 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com The definition is always available from the built-in system call table. Reviewed-by: Adhemerval Zanella --- sysdeps/unix/sysv/linux/ia64/sysdep.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sysdeps/unix/sysv/linux/ia64/sysdep.h b/sysdeps/unix/sysv/linux/ia64/sysdep.h index 59442c50e9..fec8ea9d4b 100644 --- a/sysdeps/unix/sysv/linux/ia64/sysdep.h +++ b/sysdeps/unix/sysv/linux/ia64/sysdep.h @@ -46,12 +46,6 @@ #undef SYS_ify #define SYS_ify(syscall_name) __NR_##syscall_name -/* This is to help the old kernel headers where __NR_semtimedop is not - available. */ -#ifndef __NR_semtimedop -# define __NR_semtimedop 1247 -#endif - #if defined USE_DL_SYSINFO \ && (IS_IN (libc) \ || IS_IN (libpthread) || IS_IN (librt))