vfs/poll: Remove the unused ptr field from pollfd
forget in the commit:
commit 0a95c7721b
Author: Xiang Xiao <xiaoxiang@xiaomi.com>
Date: Fri Nov 11 03:47:07 2022 +0800
vfs/poll: Remove POLLFILE and POLLSOCK NuttX specific extension
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
1917870cca
commit
9308a72419
@ -117,7 +117,6 @@ struct pollfd
|
||||
|
||||
/* Non-standard fields used internally by NuttX. */
|
||||
|
||||
FAR void *ptr; /* The psock or file being polled */
|
||||
FAR void *arg; /* The poll callback function argument */
|
||||
pollcb_t cb; /* The poll callback function */
|
||||
FAR void *priv; /* For use by drivers */
|
||||
|
Loading…
Reference in New Issue
Block a user