From patchwork Mon Mar 16 09:14:45 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 131778 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from vm01.sourceware.org (localhost [127.0.0.1]) by sourceware.org (Postfix) with ESMTP id 700364BC0573 for ; Mon, 16 Mar 2026 09:15:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 700364BC0573 X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from sonata.ens-lyon.org (domu-toccata.ens-lyon.fr [140.77.166.138]) by sourceware.org (Postfix) with ESMTPS id DF3024BBCDD7 for ; Mon, 16 Mar 2026 09:14:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org DF3024BBCDD7 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=bounce.ens-lyon.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org DF3024BBCDD7 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=140.77.166.138 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1773652490; cv=none; b=Xe4mtSxfmYLk/LSE1rxojM/Ty9Qk9FGSdOjFw4T2BkVne1h+CC8fwmPH18eAJspG7XcC5YEZS60v8wEwUhgH5QQGVQQnE4bONKAMBGh2dh/pwyM5C7qEJPb+SOuGeC1lOEhUxKt8AJUmOyqL7cNwZTh2Gx+3rsuGLym6tAPMBcs= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1773652490; c=relaxed/simple; bh=pJbPfBzAbP6x9Fuf6PDH6x2GgzjXoV0DbdfRA+kIXx8=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=HcW9KEsw4grG+Lcv0KtK6LTYM3l/Gm2JQd2CptZ4EcQ7NwIG4vH9AVrlvnjDNGA6ZK1nn5Tp8OjN1Ew6dOKt8H0ZrppczMYR+ztK/NYjbswv4d4H1WBVJsgtT6AaK1Orl9/8ri4EkYfMLDy8nnqT+YXm6k0MlE8RZ0vO/lDZfPI= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DF3024BBCDD7 Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id 123DDA03CB; Mon, 16 Mar 2026 10:14:48 +0100 (CET) Received: from sonata.ens-lyon.org ([127.0.0.1]) by localhost (sonata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pCxSBhJD5RlM; Mon, 16 Mar 2026 10:14:48 +0100 (CET) Received: from end (unknown [212.133.41.17]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by sonata.ens-lyon.org (Postfix) with ESMTPSA id E1C82A0355; Mon, 16 Mar 2026 10:14:47 +0100 (CET) Received: from samy by end with local (Exim 4.99.1) (envelope-from ) id 1w242B-0000000BFuo-09JQ; Mon, 16 Mar 2026 10:14:47 +0100 From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault , commit-hurd@gnu.org Subject: [hurd,commited] nptl: Drop comment about PTHREAD_IN_LIBC Date: Mon, 16 Mar 2026 10:14:45 +0100 Message-ID: <20260316091445.2682778-1-samuel.thibault@ens-lyon.org> X-Mailer: git-send-email 2.51.0 MIME-Version: 1.0 X-Spam-Status: No, score=-11.6 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, KAM_SHORT, RCVD_IN_DNSWL_BLOCKED, RCVD_IN_VALIDITY_RPBL_BLOCKED, RCVD_IN_VALIDITY_SAFE_BLOCKED, SPF_HELO_PASS, SPF_PASS, TXREP, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libc-alpha-bounces~patchwork=sourceware.org@sourceware.org nptl is now always in libc. --- sysdeps/nptl/dl-mutex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/nptl/dl-mutex.c b/sysdeps/nptl/dl-mutex.c index 93f956a7f6..2acc1514ab 100644 --- a/sysdeps/nptl/dl-mutex.c +++ b/sysdeps/nptl/dl-mutex.c @@ -16,7 +16,7 @@ License along with the GNU C Library; if not, see . */ -/* Use the mutex implementation in libc (assuming PTHREAD_IN_LIBC). */ +/* Use the mutex implementation in libc. */ #include #include