This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: nanosecond support for stat


On Jan 13 10:36, Corinna Vinschen wrote:
> +#if defined(__rtems__)
> +  blksize_t     st_blksize;
> +  blkcnt_t	st_blocks;
> +#else
>    long		st_blksize;
>    long		st_blocks;

Er... btw, is there a reason we don't define blksize_t and blkcnt_t
for other targets than RTEMS as well?


Corinna

-- 
Corinna Vinschen
Cygwin Project Co-Leader
Red Hat


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]