From patchwork Sun Feb 22 22:36:02 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 130459 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 4594F4BA23D3 for ; Sun, 22 Feb 2026 22:36:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4594F4BA23D3 X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from sonata.ens-lyon.org (sonata.ens-lyon.org [140.77.166.138]) by sourceware.org (Postfix) with ESMTPS id ABC824BA23D1 for ; Sun, 22 Feb 2026 22:36:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org ABC824BA23D1 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 ABC824BA23D1 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=1771799764; cv=none; b=LOY+Bv+DU++P57CwCWK8ePeKHqIPl7deyBuy283zrDMHvZDLCr/0Sx0iDThrER2pfAtMQmk94NO6M/1MEK6MF8MeEZtr3kwGpCNd73yxTlr27zwoCv08vm2ADMJiFjmlpwGucfrG1jWkrvDrDCO8jb2NIrGsj6jNBNBLoA5ZO18= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1771799764; c=relaxed/simple; bh=fiVhQ1kziqKc4OjL4HLaqri5Fxm+STstz6xDd1WyN7Y=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=CCuNb+qWmAPLufSObqbOgxtd1oh/Q7/iZwyMkhF0+YjcgWXmzUvjXzCQxwLChlQa6NwcQF0iZEEvJjfTxojLJ4LrP47nRo1ghElGpgsD0WUjTty90DqRrg0LvYSv5ppJdVNeDTbBmFvR20WeSuVoaChC8GbH8rPwrMnkN9DIQcs= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ABC824BA23D1 Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id A5AE2A01D4; Sun, 22 Feb 2026 23:36:03 +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 n2pHcwYzsuKi; Sun, 22 Feb 2026 23:36:03 +0100 (CET) Received: from end (aamiens-653-1-40-48.w83-192.abo.wanadoo.fr [83.192.199.48]) (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 879FEA01C7; Sun, 22 Feb 2026 23:36:03 +0100 (CET) Received: from samy by end with local (Exim 4.99.1) (envelope-from ) id 1vuI3X-0000000CLpZ-03e4; Sun, 22 Feb 2026 23:36:03 +0100 From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault , commit-hurd@gnu.org Subject: [hurd,commited] hurd: Define _POSIX_TIMERS to 200809L Date: Sun, 22 Feb 2026 23:36:02 +0100 Message-ID: <20260222223602.2943846-1-samuel.thibault@ens-lyon.org> X-Mailer: git-send-email 2.51.0 MIME-Version: 1.0 X-Spam-Status: No, score=-12.3 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, RCVD_IN_VALIDITY_RPBL_BLOCKED, RCVD_IN_VALIDITY_SAFE_BLOCKED, SPF_HELO_PASS, SPF_PASS, TXREP 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 We now have monotonic vs realtime clocks, and high-precision. --- sysdeps/mach/hurd/bits/posix_opt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/mach/hurd/bits/posix_opt.h b/sysdeps/mach/hurd/bits/posix_opt.h index a1a0707d25..6a6b346a31 100644 --- a/sysdeps/mach/hurd/bits/posix_opt.h +++ b/sysdeps/mach/hurd/bits/posix_opt.h @@ -150,8 +150,8 @@ /* The `spawn' function family is supported. */ #define _POSIX_SPAWN 200809L -/* We do not have POSIX timers, but could in future without ABI change. */ -#define _POSIX_TIMERS 0 +/* We have POSIX timers. */ +#define _POSIX_TIMERS 200809L /* The barrier functions are available. */ #define _POSIX_BARRIERS 200809L