From patchwork Tue Mar 16 20:05:01 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: 42649 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 965F9384A018; Tue, 16 Mar 2021 20:05:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 965F9384A018 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1615925151; bh=4Gk4rhq2F+6koESGjqabQILplz1qHrd/AHD7iUk5StQ=; 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=cWXv3v4hW9Lr/8S8chN14ZoZ2KdsJ0nw9QdIslea+cz4vyDhsFYRapOiNAKWNzp3p XGYFuH1Aj2pwOesIQVOut4todMgA+mnSIur2sz5R+4Xw5Y0HaRmlXKRfBws62xAIiD TRuPTIN82VT/GLYkehyw2Z9cit/G2KVsd9ymo8EU= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-qt1-x835.google.com (mail-qt1-x835.google.com [IPv6:2607:f8b0:4864:20::835]) by sourceware.org (Postfix) with ESMTPS id 2AE96384B438 for ; Tue, 16 Mar 2021 20:05:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2AE96384B438 Received: by mail-qt1-x835.google.com with SMTP id l13so12630512qtu.9 for ; Tue, 16 Mar 2021 13:05:42 -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=4Gk4rhq2F+6koESGjqabQILplz1qHrd/AHD7iUk5StQ=; b=RjHmBNPNf4GIYr+aL3MkdFrm2gqf/2bwl4cMwK+/tcHSS54Jy/P2le7Xbsta85LsoE oiIEtdpeHq4PMlUUZvYpAJbwLtrSjRfDmjh3zgged5JTOh34AfIbAKH3EWbyfzOgCuqV VPPEF6zAeKQkqbE3Hb70+WiVXy6o/HKpZWvxC2u21gS/UYVUQldHODKg32L/4fI1claC Y6fuN1QauLRzoqWLhP9dtlS/WWsRdN48qhaLs/IAAlvjVwiIxMilEYbStlCw0tl02YHy 12fNL4KTt8LSz95Eax+n6rL0nQU6gwAJWhei3HqJIfZd5254a944NTmUQvCiLF01li3N n+MA== X-Gm-Message-State: AOAM5310ACNUbut9wlKCTfU+ayZns2I7YfhG22OTEcLaCMrPzm/YikH7 hu0jmezlj1BjHvjzyQdYTgtvYBHkBqqOFljo X-Google-Smtp-Source: ABdhPJwjEtq2WxxmDHmOdPdtzszM82T5YkgRerOhXo40bCVHz/4WA973JQjQipap6nvpX8wCrAWE+A== X-Received: by 2002:ac8:5bd1:: with SMTP id b17mr573855qtb.53.1615925141639; Tue, 16 Mar 2021 13:05:41 -0700 (PDT) Received: from localhost.localdomain ([177.194.48.209]) by smtp.googlemail.com with ESMTPSA id d16sm15558128qka.43.2021.03.16.13.05.40 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 16 Mar 2021 13:05:41 -0700 (PDT) To: libc-alpha@sourceware.org Subject: [PATCH 21/30] nptl: Remove sigsuspend from libpthread Date: Tue, 16 Mar 2021 17:05:01 -0300 Message-Id: <20210316200510.2135405-22-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 36b59f8a62..709818392e 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 = \ - sigsuspend \ recvmsg sendmsg libpthread-routines = \ @@ -284,7 +283,6 @@ CFLAGS-fcntl64.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-lockf.c += -fexceptions CFLAGS-recvmsg.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-sendmsg.c += -fexceptions -fasynchronous-unwind-tables -CFLAGS-sigsuspend.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-fdatasync.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-pt-system.c += -fexceptions