bug-hurd
[Top][All Lists]
Advanced

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

Re: [PATCH] Replace Mach types with just POSIX types.


From: Samuel Thibault
Subject: Re: [PATCH] Replace Mach types with just POSIX types.
Date: Sat, 19 Mar 2016 12:41:45 +0100
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Flavio Cruz, on Tue 15 Mar 2016 05:49:20 -0400, wrote:
> -MACH_INLINE unsigned64_t hyp_cpu_clock(void) {
> -     unsigned64_t tsc;
> +MACH_INLINE uint64_t hyp_cpu_clock(void) {
> +  uint64_t tsc;

Take care of these which break the indentation.

Samuel



reply via email to

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