Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jul 2016 08:32:43 -0600
From:      Ian Lepore <ian@freebsd.org>
To:        "Andrey A. Chernov" <ache@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r302601 - in head/sys: arm/include arm64/include
Message-ID:  <1468333963.72182.133.camel@freebsd.org>
In-Reply-To: <201607120037.u6C0bmNF054452@repo.freebsd.org>
References:  <201607120037.u6C0bmNF054452@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2016-07-12 at 00:37 +0000, Andrey A. Chernov wrote:
> Author: ache
> Date: Tue Jul 12 00:37:48 2016
> New Revision: 302601
> URL: https://svnweb.freebsd.org/changeset/base/302601
> 
> Log:
>   I don't know why unsigned int is choosed for wchar_t here, but


The ARM ABI requires wchar_t to be unsigned (plain char is unsigned by
default in the ARM ABI too).

-- Ian




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1468333963.72182.133.camel>