From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/14205 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Petr Vorel Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH 1/2] define daddr_t type Date: Fri, 7 Jun 2019 09:48:04 +0200 Message-ID: <20190607074803.GA14651@dell5510> References: <20190607051444.20316-1-petr.vorel@gmail.com> <20190607052850.GO1506@brightrain.aerifal.cx> <20190607055329.GB7177@x230> <20190607055849.GR1506@brightrain.aerifal.cx> <20190607060619.GD7177@x230> <20190607061853.GT1506@brightrain.aerifal.cx> <20190607062848.GE7177@x230> <875zphkgg6.fsf@oldenburg2.str.redhat.com> Reply-To: musl@lists.openwall.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="110424"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.11.3 (2019-02-01) Cc: musl@lists.openwall.com To: Florian Weimer Original-X-From: musl-return-14221-gllmg-musl=m.gmane.org@lists.openwall.com Fri Jun 07 09:48:23 2019 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.89) (envelope-from ) id 1hZ9bn-000Sah-Sl for gllmg-musl@m.gmane.org; Fri, 07 Jun 2019 09:48:19 +0200 Original-Received: (qmail 10016 invoked by uid 550); 7 Jun 2019 07:48:17 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 9996 invoked from network); 7 Jun 2019 07:48:17 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version :content-disposition:in-reply-to:user-agent; bh=u3LDkTFa4vH+q8sOmZmAm1hupgtVC9x22mxYONmJfTg=; b=uwj8GwBTEM6qi/85hGlej9nd1siIGSnxJRfCsPaOJ87S5G6BPsNqTrqS+sVCr6vj1W l0BMRguiBO+B5nkSuWZnjbOixSXvQHH5fYALe+2Uu0TFejw7iAH39cCIWXYJNr+mSshl qTUTeHV39ltOMCFB4X3WZQlxV+6apPhsOi6wKj+r3E+cDw3kIj5iLDxQ4sIYLiQy6wM9 niZVLoROVBkrxBgZOa6kP7wGYqyWobvjN6MIVhGNYVyE9FItnj68uyZqqacBQyEfthDK 3gVOHcMQ50I9FVohxRVNPyj09euayAw4WfSgB66DG2ixjzCEleGpIgrCuno0+i5TJO+B 6Kjw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:reply-to :references:mime-version:content-disposition:in-reply-to:user-agent; bh=u3LDkTFa4vH+q8sOmZmAm1hupgtVC9x22mxYONmJfTg=; b=YIyvPW6hpmkgxlRIaPtGPQ2W3CaxmgNYGRKSbjCzC3t0zQr7Z42XtxhMGr0osPrvJ8 ahDb6hQhKYaQ/4dkJW3TrqqRHchjUF0NzilAVejdb2DfF5sELquniRH/GYM1BYtfsYdS CHu68g+dFLeTtefXnRuFJvUgf/b40BiK1D1fon0mn/90/D+wURMhk/deeQrMC+O+/oqF 9cAewPd/ISw8BeGCkO9KWrr4alr5GMckAWU86lOiAPrTaSwXUmC37vqIvubDtpqda48f 7CxDpNID4VvawsowfsqbTDDso5hHY47VNkFxhXFoI29wmIpXJcrJlolMd3RxoGx/91nH 0RQw== X-Gm-Message-State: APjAAAXNRuKB99mTr/4ZbT4lmC8tMC5yoRGTpd9JBEigkcDLfnCSAdLh U/fYR8P4dBd0Zy+E1AoISJo= X-Google-Smtp-Source: APXvYqzgztYBfKTopC/J9S0bHER+1TeJOKBWcTenqKi/uUGh1It7/TTfN8Kbl9RQfIuV8ZP2g5sJBA== X-Received: by 2002:a17:906:a950:: with SMTP id hh16mr45433864ejb.136.1559893686083; Fri, 07 Jun 2019 00:48:06 -0700 (PDT) Content-Disposition: inline In-Reply-To: <875zphkgg6.fsf@oldenburg2.str.redhat.com> Xref: news.gmane.org gmane.linux.lib.musl.general:14205 Archived-At: Hi Florian, > * Petr Vorel: > > LTP tests what is in glibc (will test ustat() until it's removed from glibc). > > I guess fix for mtio.h is still valid, I'll send a patch. > ustat was removed from glibc 2.28. Therefore, it's missing from the > csky port, which was added in glibc 2.29. Thanks! Another reason to add autotools check to LTP. > Thanks, > Florian Kind regards, Petr