Actions
Feature #14009
closedCould document eventfd_read()/eventfd_write()
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
The illumos libc contains eventfd_read()
and eventfd_write()
functions which are glibc extensions, but these are not documented.
Updated by Andy Fiddaman 8 months ago
Tested with mandoc | less
, and confirmed that full build was successful.
Updated by Electric Monk 8 months ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit 94733b3666980c0335f97c524de195ffc08e8495
commit 94733b3666980c0335f97c524de195ffc08e8495 Author: Andy Fiddaman <omnios@citrus-it.co.uk> Date: 2021-09-15T08:14:57.000Z 14009 Could document eventfd_read()/eventfd_write() Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
Actions