In message <[EMAIL PROTECTED]>
Russell Sears <[EMAIL PROTECTED]> wrote:
>> The wrapper should probably also validate the file descriptor like
>> other wrappers which have file descriptor arguments do.
>
> I couldn't find any wrappers that do anything special with their file
> descriptor ar
Tom Hughes wrote:
On 03/01/2008, Nicholas Nethercote <[EMAIL PROTECTED]> wrote:
If a kernel type isn't present, a vki_* version should be added.
See the comment at the top of include/vki/vki-linux.h.
But don't trust the man pages, they mostly describe glibc's wrappers for the
syscalls. These
On 03/01/2008, Nicholas Nethercote <[EMAIL PROTECTED]> wrote:
> If a kernel type isn't present, a vki_* version should be added.
> See the comment at the top of include/vki/vki-linux.h.
>
> But don't trust the man pages, they mostly describe glibc's wrappers for the
> syscalls. These mostly are t
On Thu, 3 Jan 2008, Russell Sears wrote:
> I've attached a patch that adds support for Linux's sync_file_range. I
> tested it under x86_64, and added an entry for x86 since I happened to find
> the syscall number in my /usr/include directory. Presumably, it's supported
> on other architecture
I've attached a patch that adds support for Linux's sync_file_range. I
tested it under x86_64, and added an entry for x86 since I happened to
find the syscall number in my /usr/include directory. Presumably, it's
supported on other architectures too...
The manpage lists "off64_t" as the type