summaryrefslogtreecommitdiff
path: root/nuttx/sched/sched_getfiles.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-26 22:25:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-26 22:25:21 +0000
commit75f185244fbd0892fdb26443eda666ce21c417ec (patch)
tree7b706cce24489ea8e025a9802d3daf3078428e19 /nuttx/sched/sched_getfiles.c
parent801ce1b6a68a593f0aef2d059d9279b0d0824e54 (diff)
downloadpx4-nuttx-75f185244fbd0892fdb26443eda666ce21c417ec.tar.gz
px4-nuttx-75f185244fbd0892fdb26443eda666ce21c417ec.tar.bz2
px4-nuttx-75f185244fbd0892fdb26443eda666ce21c417ec.zip
Move stream data from TCB to task group structure.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5569 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/sched_getfiles.c')
-rw-r--r--nuttx/sched/sched_getfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/sched_getfiles.c b/nuttx/sched/sched_getfiles.c
index eca4ba3ff..17ca2bbf6 100644
--- a/nuttx/sched/sched_getfiles.c
+++ b/nuttx/sched/sched_getfiles.c
@@ -1,7 +1,7 @@
/************************************************************************
* sched/sched_getfiles.c
*
- * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2009, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without