Next: popen
, Previous: pipe
, Up: ISO C and POSIX Function Substitutes [Contents][Index]
poll
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/poll.html
Gnulib module: poll
Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
poll
replacement might
return 0 even before the timeout has passed. Programs using it with pipes can
thus busy wait.