aboutsummaryrefslogtreecommitdiff
path: root/nuttx/libc/sched
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-10 16:34:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-10 16:34:46 +0000
commit5b5b007db3961ef389227030f3490becca6b11c3 (patch)
tree57bc8ad99b79a25acae788f26a6f2b8a4d3789fc /nuttx/libc/sched
parent6d8270ffc52370931aa7a0ac985078ea10718457 (diff)
downloadpx4-firmware-5b5b007db3961ef389227030f3490becca6b11c3.tar.gz
px4-firmware-5b5b007db3961ef389227030f3490becca6b11c3.tar.bz2
px4-firmware-5b5b007db3961ef389227030f3490becca6b11c3.zip
OK.. I think the directory has been recovered and renamed
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5331 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/libc/sched')
-rw-r--r--nuttx/libc/sched/Make.defs2
-rw-r--r--nuttx/libc/sched/sched_getprioritymax.c2
-rw-r--r--nuttx/libc/sched/sched_getprioritymin.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/libc/sched/Make.defs b/nuttx/libc/sched/Make.defs
index f398b755e..d2356db0f 100644
--- a/nuttx/libc/sched/Make.defs
+++ b/nuttx/libc/sched/Make.defs
@@ -1,5 +1,5 @@
############################################################################
-# lib/sched/Make.defs
+# libc/sched/Make.defs
#
# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/nuttx/libc/sched/sched_getprioritymax.c b/nuttx/libc/sched/sched_getprioritymax.c
index 14b368dfc..6ea37e76a 100644
--- a/nuttx/libc/sched/sched_getprioritymax.c
+++ b/nuttx/libc/sched/sched_getprioritymax.c
@@ -1,5 +1,5 @@
/************************************************************************
- * lib/sched/sched_getprioritymax.c
+ * libc/sched/sched_getprioritymax.c
*
* Copyright (C) 2007, 2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
diff --git a/nuttx/libc/sched/sched_getprioritymin.c b/nuttx/libc/sched/sched_getprioritymin.c
index 86410cb0f..dbb46d81e 100644
--- a/nuttx/libc/sched/sched_getprioritymin.c
+++ b/nuttx/libc/sched/sched_getprioritymin.c
@@ -1,5 +1,5 @@
/************************************************************************
- * lib/sched/sched_getprioritymin.c
+ * libc/sched/sched_getprioritymin.c
*
* Copyright (C) 2007, 2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>