eventfd syscall wrapper and read/write wrappers
authorRich Felker <dalias@aerifal.cx>
Sun, 8 May 2011 04:03:00 +0000 (00:03 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 8 May 2011 04:03:00 +0000 (00:03 -0400)
commit15b77d52c950c375514d2e8152e7112fd018e20e
tree709fcb0df148377a18251baa51348127c82ab6c6
parent11e4b92556a02f43b500e6815690354b0f710843
eventfd syscall wrapper and read/write wrappers
include/sys/eventfd.h [new file with mode: 0644]
src/linux/eventfd.c [new file with mode: 0644]
src/linux/eventfd_read.c [new file with mode: 0644]
src/linux/eventfd_write.c [new file with mode: 0644]