From patchwork Sun Feb 16 14:37:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 1238757 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-109821-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org 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=TsBmmzOn; 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 48L8pb19f8z9sRN for ; Mon, 17 Feb 2020 01:37:26 +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:cc:subject:date:message-id :mime-version:content-transfer-encoding; q=dns; s=default; b=cQl wp6dG7YtcAPY6b5xMltMoU9g/jGh6hAhJjg+wCjHxFlNbzwmpR6BgbgnqEH6grNt SGV5BECpwCtdSqMjlF9sH9DSA+u+449/qMgWbF7B1zt07nBLIAj1jx7s008pkOpm q3Vh1I8sR0xCQwon5D+ajbRWhT18i6I0Te44Unj0= 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:cc:subject:date:message-id :mime-version:content-transfer-encoding; s=default; bh=GBSAUNcih +pNYPvFkuAxR5/8YOA=; b=TsBmmzOnNljUrOAiXupu/klJwBhkwzz5Vh+Pncsoz v8mg4+BKA9lLJGZzHRwC1AVWDiF8AY9kzSZY4MPa+CiiJysoII7wTJ7i6dTs8LRo +8mPdUHLs/vXtwf1R6yYQ2ySSbRWeX7AiLpNLJkDpr3Sm3ExfkJxjv9qiFsbwj42 nQ= Received: (qmail 18899 invoked by alias); 16 Feb 2020 14:37:20 -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 18887 invoked by uid 89); 16 Feb 2020 14:37:19 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_NEUTRAL autolearn=ham version=3.3.1 spammy=HX-Languages-Length:631, HContent-Transfer-Encoding:8bit X-HELO: hera.aquilenet.fr From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault , commit-hurd@gnu.org Subject: [hurd, commited] htl: Remove stub warning for pthread_mutexattr_setpshared Date: Sun, 16 Feb 2020 06:37:02 -0800 Message-Id: <20200216143702.403188-1-samuel.thibault@ens-lyon.org> MIME-Version: 1.0 It actually is implemented. --- sysdeps/mach/hurd/htl/pt-mutexattr-setpshared.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sysdeps/mach/hurd/htl/pt-mutexattr-setpshared.c b/sysdeps/mach/hurd/htl/pt-mutexattr-setpshared.c index fad7389253..e66001309a 100644 --- a/sysdeps/mach/hurd/htl/pt-mutexattr-setpshared.c +++ b/sysdeps/mach/hurd/htl/pt-mutexattr-setpshared.c @@ -32,4 +32,3 @@ pthread_mutexattr_setpshared (pthread_mutexattr_t *attrp, int pshared) attrp->__pshared = pshared; return 0; } -stub_warning (pthread_mutexattr_setpshared)