In message <[email protected]> alan buckley <[email protected]> wrote:
> UnixLib seems to define _LARGEFILE64_SOURCE, > but not O_LARGEFILE which causes a failure > in the autobuild of the latest boost version. > > What should unixlib be doing? Does it support > large files? > > What needs to be changed? Obviously we can not really support 64bit file sizes as long there is no FileSwitch API for it. But I believe we already offer several 64bit versions of some routines like stat() & stat64() current doing the same thing so I don't think it can do harm defining O_LARGEFILE as a new open() flag bit (as value 20000 in fnctl.h ?). John. -- John Tytgat, in his comfy chair at home BASS [email protected] ARM powered, RISC OS driven _______________________________________________ GCCSDK mailing list [email protected] Bugzilla: http://www.riscos.info/bugzilla/index.cgi List Info: http://www.riscos.info/mailman/listinfo/gcc Main Page: http://www.riscos.info/index.php/GCCSDK
