From patchwork Tue Mar 16 20:04:58 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: 42644 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 6599F384B826; Tue, 16 Mar 2021 20:05:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6599F384B826 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1615925141; bh=MKNhvr+T3V43YA2GSq4N/xT8VrE80fOhacPQu89fqGo=; 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=b3tYrZe4ItYfuelE6XHRZ8HHJUQuZtiuUgY0xekKEHs/unCR+mFHtYvohDVo7y/T/ bxs+cPlzPQXctZte0tgdDLTShHIEx7MkCntfFCBo6URP36Gbzrq3wiXRYaPJ4irCDx s/lVYkg4nt98WWXfG6pIs+swO32YlIr2u648GbTM= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-qv1-xf33.google.com (mail-qv1-xf33.google.com [IPv6:2607:f8b0:4864:20::f33]) by sourceware.org (Postfix) with ESMTPS id 871FE385480F for ; Tue, 16 Mar 2021 20:05:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 871FE385480F Received: by mail-qv1-xf33.google.com with SMTP id t16so253657qvr.12 for ; Tue, 16 Mar 2021 13:05:38 -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=MKNhvr+T3V43YA2GSq4N/xT8VrE80fOhacPQu89fqGo=; b=Jo6tmQXXPX41g8YqhZ65k/LQOvmSHD+9OX/jXASDUIpQFRGZwOPgTTUNpXC1f52NvK xn2c8eZ87RBF1R2KhVC9n4FcNMeGK1pu8wRilM251cux4OImH1afT2P0IzRf6/E7kDy5 Sz+wxNmunWSnglb0Uk2XzqpBo2Q+EXlHIsHbCLBU/b8bNQJp5x6gQ1h/e1GF1lF3ClZQ 6yKwkGMqd0kLIcAGeVwhFv47eWbGoMyRVoNnWRA0t4Hcf867Yzug0+tBxo3viQheRCk1 YIabyVc/jwRSd8VNFoFN9Sy8ZriEfiX6GvLvEJMsvAmKQQBqC65aNwn8WkgdvroqjoM+ h9PA== X-Gm-Message-State: AOAM530slUmCvmMbP74A106nVWqmu7ysqh+j2xbx6QNn8t1wfC5e/fQ3 eNtfH7EBkZ+gHfjjZcadkZexbK9IqJwYv3PR X-Google-Smtp-Source: ABdhPJxJzptgo835dlU8M9VYnz74+nFqi14fpbMg3Zq1T2vOc1xUVTpWhhyGrw0exAEdJwZnFk/dbA== X-Received: by 2002:a05:6214:1085:: with SMTP id o5mr1263385qvr.5.1615925138063; Tue, 16 Mar 2021 13:05:38 -0700 (PDT) Received: from localhost.localdomain ([177.194.48.209]) by smtp.googlemail.com with ESMTPSA id d16sm15558128qka.43.2021.03.16.13.05.37 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 16 Mar 2021 13:05:37 -0700 (PDT) To: libc-alpha@sourceware.org Subject: [PATCH 18/30] nptl: Remove msgrcv from libpthread Date: Tue, 16 Mar 2021 17:04:58 -0300 Message-Id: <20210316200510.2135405-19-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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nptl/Makefile b/nptl/Makefile index fc4e511d8b..501228989a 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -81,7 +81,7 @@ static-only-routines = pthread_atfork # We need to provide certain routines for compatibility with existing # binaries. pthread-compat-wrappers = \ - msgrcv msgsnd \ + msgsnd \ sigwait sigsuspend \ recvmsg sendmsg @@ -284,7 +284,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-msgrcv.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