summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-19 02:39:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-19 02:39:21 +0000
commit9cf192e2eca3b7d266e25a49a02008fe015ff389 (patch)
treeb72c2245db1837de8cf286ac919242c220307b36 /nuttx/include
parentc0b98435519199874716495c3654fffff8f6fab9 (diff)
downloadpx4-nuttx-9cf192e2eca3b7d266e25a49a02008fe015ff389.tar.gz
px4-nuttx-9cf192e2eca3b7d266e25a49a02008fe015ff389.tar.bz2
px4-nuttx-9cf192e2eca3b7d266e25a49a02008fe015ff389.zip
Revert part of last change
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1285 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/nuttx/fs.h b/nuttx/include/nuttx/fs.h
index 3d2370688..ced7beed1 100644
--- a/nuttx/include/nuttx/fs.h
+++ b/nuttx/include/nuttx/fs.h
@@ -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 */