mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 22:51:37 +00:00
poll: fix a typo in comment
Convert duplicated sys_poll to select. As Kosaki suggests, sys_poll() and sys_select() are now hidden by SYSCALL_DEFINEx() macros so it would be better to use plain select/poll syscall name. Signed-off-by: Namhyung Kim <namhyung@gmail.com> Reviewed-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
747fecab32
commit
dac36dd87d
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ struct poll_table_entry {
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Structures and helpers for sys_poll/sys_poll
|
* Structures and helpers for select/poll syscall
|
||||||
*/
|
*/
|
||||||
struct poll_wqueues {
|
struct poll_wqueues {
|
||||||
poll_table pt;
|
poll_table pt;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue