summaryrefslogtreecommitdiff
path: root/nuttx/sched/sig_action.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-14 19:30:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-14 19:30:31 +0000
commite135573acc348649e767ca67a1ec189fe4e0fcda (patch)
treeb34f7d2914cba8aeb9311c5bae3771af40054640 /nuttx/sched/sig_action.c
parentd76fa866ad009d65396acf1aa08fcffd3b4b041e (diff)
downloadpx4-nuttx-e135573acc348649e767ca67a1ec189fe4e0fcda.tar.gz
px4-nuttx-e135573acc348649e767ca67a1ec189fe4e0fcda.tar.bz2
px4-nuttx-e135573acc348649e767ca67a1ec189fe4e0fcda.zip
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4940 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/sig_action.c')
-rw-r--r--nuttx/sched/sig_action.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/sched/sig_action.c b/nuttx/sched/sig_action.c
index cc4ea263b..fef5f1558 100644
--- a/nuttx/sched/sig_action.c
+++ b/nuttx/sched/sig_action.c
@@ -2,7 +2,7 @@
* sched/sig_action.c
*
* Copyright (C) 2007-2009 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
@@ -73,7 +73,7 @@
****************************************************************************/
/****************************************************************************
- * Function: sig_allocateaction
+ * Name: sig_allocateaction
*
* Description:
* Allocate a new element for a sigaction queue
@@ -103,7 +103,7 @@ static FAR sigactq_t *sig_allocateaction(void)
{
PANIC(OSERR_OUTOFMEMORY);
}
- }
+ }
return sigact;
}
@@ -113,7 +113,7 @@ static FAR sigactq_t *sig_allocateaction(void)
****************************************************************************/
/****************************************************************************
- * Function: sigaction
+ * Name: sigaction
*
* Description:
* This function allows the calling process to examine and/or specify the
@@ -257,7 +257,7 @@ int sigaction(int signo, FAR const struct sigaction *act, FAR struct sigaction *
}
/****************************************************************************
- * Function: sig_releaseaction
+ * Name: sig_releaseaction
*
* Description:
* Deallocate a sigaction Q entry