On Mon, Sep 12, 2016 at 07:48:31PM +0100, Richard W.M. Jones wrote: > On Mon, Sep 12, 2016 at 09:06:59AM +0200, Florian Weimer wrote: > > I had a brief look at the glibc patches. Apparently, off_t and > > time_t are 32-bit. For a new architecture, that's quite strange. How do you determine this? I wrote a simple program which prints sizeof (off_t) and sizeof (time_t) inside the RISC-V environment. I *didn't* define `-D_FILE_OFFSET_BITS=64' when compiling the program. Both values are printed as 8 (bytes). So it seems we're OK? Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://people.redhat.com/~rjones/virt-top -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/devel@xxxxxxxxxxxxxxxxxxxxxxx