Merge branch 'master' of ssh://gapil.gnulinux.it/srv/git/gapil
[gapil.git] / listati / pollfd.h
1 struct pollfd {
2         int fd;           /* file descriptor */
3         short events;     /* requested events */
4         short revents;    /* returned events */
5 };