[Bug 5258] pread()/pwrite() should default to __NR_pread64/__NR_pwrite64

bugzilla at busybox.net bugzilla at busybox.net
Wed May 30 05:04:42 UTC 2012


https://bugs.busybox.net/show_bug.cgi?id=5258

Mike Frysinger <vapier at gentoo.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|pread() and pwrite() are    |pread()/pwrite() should
                   |not atomic on some          |default to
                   |platforms                   |__NR_pread64/__NR_pwrite64

--- Comment #1 from Mike Frysinger <vapier at gentoo.org> 2012-05-30 05:04:41 UTC ---
the fallback hacks should not be used.  we should be hitting the kernel
syscalls directly whenever possible.  this is merely a case of the kernel
renamed their syscall names and uClibc missed the update.

i don't know what you mean by referring to mmap

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the uClibc-cvs mailing list