patch-2.1.25 linux/include/linux/tty_ldisc.h
Next file: linux/include/linux/wanpipe.h
Previous file: linux/include/linux/sysctl.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sun Feb 2 16:39:28 1997
- Orig file:
v2.1.24/linux/include/linux/tty_ldisc.h
- Orig date:
Tue Jan 28 18:50:56 1997
diff -u --recursive --new-file v2.1.24/linux/include/linux/tty_ldisc.h linux/include/linux/tty_ldisc.h
@@ -64,13 +64,12 @@
* This function notifies the line discpline that a change has
* been made to the termios stucture.
*
- * int (*select)(struct tty_struct * tty, struct inode * inode,
- * struct file * file, int sel_type,
- * struct select_table_struct *wait);
+ * int (*poll)(struct tty_struct * tty, struct file * file,
+ * poll_table *wait);
*
- * This function is called when a user attempts to select on a
+ * This function is called when a user attempts to select/poll on a
* tty device. It is solely the responsibility of the line
- * discipline to handle select requests.
+ * discipline to handle poll requests.
*
* void (*receive_buf)(struct tty_struct *, const unsigned char *cp,
* char *fp, int count);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov