Re: PATCH: set_thread_buffer fixed
Marcus Meissner <marcus(a)jet.franken.de> writes:
Enable 64bit file operations on Linux only for glibc 2.2 or better, since mmap64 is broken on glibc 2.1.
It would be much better to do a configure check. Including features.h from config.h is very ugly IMO (not to mention that mmap64 seems to work fine on my glibc 2.1.3...) -- Alexandre Julliard julliard(a)winehq.com
On 2 Jun 2001, Alexandre Julliard wrote:
It would be much better to do a configure check. Including features.h from config.h is very ugly IMO (not to mention that mmap64 seems to work fine on my glibc 2.1.3...)
-- Alexandre Julliard julliard(a)winehq.com
mmap64 works fine by itself on my glibc 2.1.3 too, but #define _FILE_OFFSET_BITS 64 stops wine from working in some way I don't quite understand yet. I fear a simple ./configure function test won't be enough. I hope I'm wrong, though. Lawson ---end of recorded information--- ________________________________________________________________ GET INTERNET ACCESS FROM JUNO! Juno offers FREE or PREMIUM Internet access for less! Join Juno today! For your FREE software, visit: http://dl.www.juno.com/get/tagj.
participants (2)
-
Alexandre Julliard -
lawson_whitney@juno.com