From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/14204 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Florian Weimer Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH 1/2] define daddr_t type Date: Fri, 07 Jun 2019 09:22:33 +0200 Message-ID: <875zphkgg6.fsf@oldenburg2.str.redhat.com> 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> Reply-To: musl@lists.openwall.com Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="381"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) Cc: musl@lists.openwall.com To: Petr Vorel Original-X-From: musl-return-14220-gllmg-musl=m.gmane.org@lists.openwall.com Fri Jun 07 09:22:55 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 1hZ9DC-0018EY-Fb for gllmg-musl@m.gmane.org; Fri, 07 Jun 2019 09:22:54 +0200 Original-Received: (qmail 22242 invoked by uid 550); 7 Jun 2019 07:22:51 -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 22218 invoked from network); 7 Jun 2019 07:22:51 -0000 In-Reply-To: <20190607062848.GE7177@x230> (Petr Vorel's message of "Fri, 7 Jun 2019 08:28:48 +0200") X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Fri, 07 Jun 2019 07:22:36 +0000 (UTC) Xref: news.gmane.org gmane.linux.lib.musl.general:14204 Archived-At: * 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, Florian