From 9cf192e2eca3b7d266e25a49a02008fe015ff389 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 19 Nov 2008 02:39:21 +0000 Subject: Revert part of last change git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1285 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/sim/src/up_devconsole.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/arch/sim') diff --git a/nuttx/arch/sim/src/up_devconsole.c b/nuttx/arch/sim/src/up_devconsole.c index 7e6cdf20b..89eb33c33 100644 --- a/nuttx/arch/sim/src/up_devconsole.c +++ b/nuttx/arch/sim/src/up_devconsole.c @@ -54,7 +54,7 @@ static ssize_t devconsole_read(struct file *, char *, size_t); static ssize_t devconsole_write(struct file *, const char *, size_t); #ifndef CONFIG_DISABLE_POLL -static int devconsole_poll(FAR struct file *filep, FAR struct pollfd *fds, boolean setup); +static int devconsole_poll(FAR struct file *filep, FAR struct pollfd *fds); #endif /**************************************************************************** @@ -85,7 +85,7 @@ static ssize_t devconsole_write(struct file *filp, const char *buffer, size_t le } #ifndef CONFIG_DISABLE_POLL -static int devconsole_poll(FAR struct file *filep, FAR struct pollfd *fds, boolean setup) +static int devconsole_poll(FAR struct file *filep, FAR struct pollfd *fds) { return OK; } -- cgit v1.2.3