summaryrefslogtreecommitdiff
path: root/nuttx/sched/pthread/pthread_kill.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-08 14:21:48 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-08 14:21:48 -0600
commitbb73e89b3ac248993ecc2c669084ba526c548d08 (patch)
treefd2c4f517c7b2c25afaf46e7d3b94a0870c93ba3 /nuttx/sched/pthread/pthread_kill.c
parentc105d2ecf990f6bf7d1c4daff7117f1368d7ba90 (diff)
downloadpx4-nuttx-bb73e89b3ac248993ecc2c669084ba526c548d08.tar.gz
px4-nuttx-bb73e89b3ac248993ecc2c669084ba526c548d08.tar.bz2
px4-nuttx-bb73e89b3ac248993ecc2c669084ba526c548d08.zip
Move watchdog functions from sched/ to sched/wdog
Diffstat (limited to 'nuttx/sched/pthread/pthread_kill.c')
-rw-r--r--nuttx/sched/pthread/pthread_kill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/pthread/pthread_kill.c b/nuttx/sched/pthread/pthread_kill.c
index 5a1506c0c..1759f75c8 100644
--- a/nuttx/sched/pthread/pthread_kill.c
+++ b/nuttx/sched/pthread/pthread_kill.c
@@ -1,5 +1,5 @@
/************************************************************************
- * sched/pthread_kill.c
+ * sched/pthread/pthread_kill.c
*
* Copyright (C) 2007, 2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>