summaryrefslogtreecommitdiff
path: root/nuttx/sched/sig_kill.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-26 16:24:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-26 16:24:43 +0000
commit2f898df5ff183d891d185f75003c41e6c7867686 (patch)
treee948ed86f4ebc9b8772c7a660ce0c1cc5df03196 /nuttx/sched/sig_kill.c
parent787c07292b3d5193397d7a1f90856c72a5211acc (diff)
downloadpx4-nuttx-2f898df5ff183d891d185f75003c41e6c7867686.tar.gz
px4-nuttx-2f898df5ff183d891d185f75003c41e6c7867686.tar.bz2
px4-nuttx-2f898df5ff183d891d185f75003c41e6c7867686.zip
Fix an PIC32 error in scheduling of signal handlers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4229 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/sig_kill.c')
-rw-r--r--nuttx/sched/sig_kill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/sig_kill.c b/nuttx/sched/sig_kill.c
index 5e9125088..1573a17a9 100644
--- a/nuttx/sched/sig_kill.c
+++ b/nuttx/sched/sig_kill.c
@@ -2,7 +2,7 @@
* sched/sig_kill.c
*
* Copyright (C) 2007, 2009, 2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions