Quote:
Originally Posted by knc1
Try: man select
Hint: requires #include <sys/select.h> in an FHS compliant system (which the Kindles are not).
|
Any decent glibc-based system (or even any POSIX compatible system) - which the Kindle is - brings an implementation of select(). Granted though: the Kindle does not bring header files. The toolchain should, however.