Opened 9 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 by , 9 years ago
comment:2 by , 6 years ago
the above rpm is obsolete since long, as the poll stuff is implemented in libcx now.
Note:
See TracTickets
for help on using tickets.
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.