From 214b5beecedc8425ae45fc8c715a0c75877458f5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 1 Feb 2008 21:23:19 +0000 Subject: errno now defined to be *get_errno_ptr() git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@607 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/sched/mq_timedsend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/sched/mq_timedsend.c') diff --git a/nuttx/sched/mq_timedsend.c b/nuttx/sched/mq_timedsend.c index 76e3fda5d..012bd2ab0 100644 --- a/nuttx/sched/mq_timedsend.c +++ b/nuttx/sched/mq_timedsend.c @@ -113,7 +113,7 @@ static void mq_sndtimeout(int argc, uint32 pid) { /* Mark the errno value for the thread. */ - wtcb->errno = ETIMEDOUT; + wtcb->pterrno = ETIMEDOUT; /* Restart the the task. */ -- cgit v1.2.3