summaryrefslogtreecommitdiff
path: root/nuttx/sched/sig_allocatependingsigaction.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/sig_allocatependingsigaction.c')
-rw-r--r--nuttx/sched/sig_allocatependingsigaction.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/sched/sig_allocatependingsigaction.c b/nuttx/sched/sig_allocatependingsigaction.c
index 3294a0ab8..15d6470ca 100644
--- a/nuttx/sched/sig_allocatependingsigaction.c
+++ b/nuttx/sched/sig_allocatependingsigaction.c
@@ -2,7 +2,7 @@
* sched/sig_allocatependingsigaction.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
@@ -71,10 +71,11 @@
************************************************************************/
/************************************************************************
- * Function: sig_allocatependingsigaction
+ * Name: sig_allocatependingsigaction
*
* Description:
* Allocate a new element for the pending signal action queue
+ *
************************************************************************/
FAR sigq_t *sig_allocatependingsigaction(void)