qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 06/33] Add struct target_freebsd11_stat to bsd-user/syscall_d


From: Warner Losh
Subject: Re: [PATCH 06/33] Add struct target_freebsd11_stat to bsd-user/syscall_defs
Date: Tue, 8 Aug 2023 20:43:26 -0600



On Tue, Aug 8, 2023 at 3:23 PM Richard Henderson <richard.henderson@linaro.org> wrote:
On 8/7/23 23:07, Karim Taha wrote:
> +    uint32_t   st_flags;    /* user defined flags for file */
> +    __uint32_t st_gen;      /* file generation number */
> +    __int32_t  st_lspare;

Oh, drop the __ types.

Agreed. The original from the blitz branch copied from FreeBSD's stat.h file which
used the __ types to avoid namespace pollution... a constraint we don't have here.

Warner

reply via email to

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