Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Sun, 8 May 2011 00:26:18 -0400
From: Rich Felker <dalias@...ifal.cx>
To: musl@...ts.openwall.com
Subject: Re: [PATCH] add eventfd syscall wrapper and helper
 abstractions as in glibc

On Thu, May 05, 2011 at 08:30:18AM +0300, Serge Ziryukin wrote:
> abstractions are:
> 
> typedef uint64_t eventfd_t;
> int eventfd_read(int fd, eventfd_t *value);
> int eventfd_write(int fd, eventfd_t value);
> 
> these are trying to hide the details of reading and writing
> on an eventfd descriptor.

Committed with some minor changes for old-kernel compatibility (only
using SYS_eventfd2 if flags!=0)

Rich

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.