mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Revert part of last change
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1285 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ struct file_operations
|
||||
off_t (*seek)(FAR struct file *filp, off_t offset, int whence);
|
||||
int (*ioctl)(FAR struct file *filp, int cmd, unsigned long arg);
|
||||
#ifndef CONFIG_DISABLE_POLL
|
||||
int (*poll)(FAR struct file *filp, struct pollfd *fds, boolean setup);
|
||||
int (*poll)(FAR struct file *filp, struct pollfd *fds);
|
||||
#endif
|
||||
|
||||
/* The two structures need not be common after this point */
|
||||
|
||||
Reference in New Issue
Block a user