From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 101557 invoked by alias); 20 Mar 2018 01:59:56 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 101483 invoked by uid 89); 20 Mar 2018 01:59:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=BAYES_00,SPF_HELO_PASS,SPF_NEUTRAL autolearn=no version=3.3.2 spammy=H*r:sk:static-, Hx-spam-relays-external:sk:static-, H*RU:sk:static- X-HELO: hera.aquilenet.fr Date: Tue, 20 Mar 2018 01:59:00 -0000 From: Samuel Thibault To: Joseph Myers Cc: libc-alpha@sourceware.org, Agustina Arzille Subject: Re: [hurd,commited] hurd: Reimplement libc locks using mach's gsync Message-ID: <20180320015948.zcuxpzjnx5drgraa@var.youpi.perso.aquilenet.fr> References: <20180318172408.19540-1-samuel.thibault@ens-lyon.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2018-03/txt/msg00482.txt.bz2 Joseph Myers, on lun. 19 mars 2018 16:57:07 +0000, wrote: > But actually nothing else defines GSYNC_SHARED Actually gnumach does. This is used to avoid having to depend on a recent version of its headers. Samuel