From patchwork Tue Mar 16 20:04:59 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adhemerval Zanella Netto X-Patchwork-Id: 42648 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id DC467385043C; Tue, 16 Mar 2021 20:05:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DC467385043C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1615925148; bh=5BhRiEfWXKNFIQTCuyNI5RORgEVH8qHUAWaHUKUSXN4=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=JCQUlcuEtd5pw83TSOKDtVmolxiahF50VxPJeQULz5c3qDOSCu9I5J4oktouZ7hbJ 5FdUZdVXbQENFQeGDYwkAqmY5A+TzJ7FBtpSaJvL3QhCxQ2AEILr5ooSfSqLFZBB4b Bu61hh5/cqhQQPdJj76Qhg/0Lv9FTXxqnsL5eZu8= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-qk1-x72c.google.com (mail-qk1-x72c.google.com [IPv6:2607:f8b0:4864:20::72c]) by sourceware.org (Postfix) with ESMTPS id C7B11384B821 for ; Tue, 16 Mar 2021 20:05:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C7B11384B821 Received: by mail-qk1-x72c.google.com with SMTP id s7so36609329qkg.4 for ; Tue, 16 Mar 2021 13:05:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=5BhRiEfWXKNFIQTCuyNI5RORgEVH8qHUAWaHUKUSXN4=; b=c5N3NiMFZGj0IfngTCsCeBxAID0BLYLMCWHIyEc669n3qkKubhzE4OHJsjJU2IVF3C DgjtB2/pxKKXS4YEA2GeNv8PRRxLOdGkJdKNfmV8UJU42OCPJw35G3x/KMq9cJBjvlsz PylwzB4ERguSaCrB0NmQGmncWaZhVZViTkeeX/FQ9ZmwptGbg3suZFVbJfzjYyAAFZm2 /ukE/lHJlC8m9YRWkKOd6k5kiTIOUr2uGY3cSLBWaTFGT1myaxFu1klEamkSZGnh5iEB nJvLx6Pb46C88VdLY7hVTm+4wWQ2a11ODAcyyqcXKbrfxiyRtSOTnUtwmBP/34KE2U43 MW0w== X-Gm-Message-State: AOAM533mfTIKxB6b6bzveYRwXOOcXlfpPvWoW+3FB9nGZi9DkgriPkY6 efkt7SjUAXgJ2Ha87C2hIdTJQIQso/F+zkdq X-Google-Smtp-Source: ABdhPJwe6P330sgpanApnyb1PB8lsjTI0vi3TIZwqWuZ/eWfiAo4OhzeYNpgfnAMLBQdL+smGorjmA== X-Received: by 2002:a37:40d5:: with SMTP id n204mr820230qka.79.1615925139267; Tue, 16 Mar 2021 13:05:39 -0700 (PDT) Received: from localhost.localdomain ([177.194.48.209]) by smtp.googlemail.com with ESMTPSA id d16sm15558128qka.43.2021.03.16.13.05.38 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 16 Mar 2021 13:05:39 -0700 (PDT) To: libc-alpha@sourceware.org Subject: [PATCH 19/30] nptl: Remove msgsnd from libpthread Date: Tue, 16 Mar 2021 17:04:59 -0300 Message-Id: <20210316200510.2135405-20-adhemerval.zanella@linaro.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210316200510.2135405-1-adhemerval.zanella@linaro.org> References: <20210316200510.2135405-1-adhemerval.zanella@linaro.org> MIME-Version: 1.0 X-Spam-Status: No, score=-13.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Adhemerval Zanella via Libc-alpha From: Adhemerval Zanella Netto Reply-To: Adhemerval Zanella Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" The libc version is identical and built with same flags. Checked on x86_64-linux-gnu. --- nptl/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/nptl/Makefile b/nptl/Makefile index 501228989a..35487593ec 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -81,7 +81,6 @@ static-only-routines = pthread_atfork # We need to provide certain routines for compatibility with existing # binaries. pthread-compat-wrappers = \ - msgsnd \ sigwait sigsuspend \ recvmsg sendmsg @@ -284,7 +283,6 @@ CFLAGS-fcntl.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-fcntl64.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-lockf.c += -fexceptions CFLAGS-sigwait.c += -fexceptions -fasynchronous-unwind-tables -CFLAGS-msgsnd.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-recvmsg.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-sendmsg.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-sigsuspend.c += -fexceptions -fasynchronous-unwind-tables