bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Use uint32_t instead of unsigned32_t.


From: Samuel Thibault
Subject: Re: [PATCH] Use uint32_t instead of unsigned32_t.
Date: Tue, 22 Mar 2016 23:32:40 +0100
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Flavio Cruz, on Sun 20 Mar 2016 22:01:10 +0100, wrote:
> I've tried to compile GNU Mach using stdint.h and
> -ffreestanding and so far so good, however I'm not sure if removing
> -nostdinc is a good idea since we may include some files from
> /usr/include that should not included (things like sys/types.h and
> sys/time.h which are implemented in gnumach/include).

Thinking again, perhaps we should just have our own posix-compliant
include/stdint.h (just like we have stddef.h and string.h), used for
kernel build, and installed headers can use the system's stdint.h

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]