|
Message-ID: <20120419182050.27d882b6@newbook> Date: Thu, 19 Apr 2012 18:20:50 -0700 From: Isaac Dunham <idunham@...abit.com> To: musl@...ts.openwall.com Subject: preadv/pwritev (GNU/BSD) missing from sys/uio.h I was examining sys/uio.h (to add _BSD_SOURCE), and found that glibc makes the preadv and pwritev functions available if __USE_BSD is defined (_GNU_SOURCE || _BSD_SOURCE). These have the same relation to readv and writev that pread and pwrite have to read and write. Will these be implemented? Isaac Dunham
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.