Opened 8 years ago

Last modified 6 years ago

#353 new enhancement

Provide poll implementation

Reported by: dmik Owned by:
Priority: normal Milestone: new
Component: libc Version: 0.6.6
Severity: normal Keywords:
Cc:

Description

The poll() implementation is currently missing form libc. It can be easily emulated with select() however and there is already an existing implementation for BSD-like select(): https://github.com/bmc/poll/.

I think it makes sense to incorporate this into libc.

Change History (2)

comment:1 Changed 8 years ago by dmik

In the mean time, there is a separate RPM package for it: http://trac.netlabs.org/rpm/browser/spec/trunk/SPECS/libpoll.spec Which needs to be removed (made an alias for libc-devel) once this ticket is resolved.

comment:2 Changed 6 years ago by Silvan Scherrer

the above rpm is obsolete since long, as the poll stuff is implemented in libcx now.

Note: See TracTickets for help on using tickets.