summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/tcsetpgrp.c
diff options
context:
space:
mode:
authorAlex Ivanov <alexivanov97@gmail.com>2012-12-11 17:35:30 -0500
committerGedare Bloom <gedare@rtems.org>2012-12-11 17:35:30 -0500
commitcc390b62c4517e32447e2b2276ba77b0420c8e50 (patch)
tree4ba37e0321318fa518d08d87a581817d81f7b52f /cpukit/libcsupport/src/tcsetpgrp.c
parentlibcsupport: Doxygen enhancement GCI task #4 (diff)
downloadrtems-cc390b62c4517e32447e2b2276ba77b0420c8e50.tar.bz2
libcsupport: Doxygen enhancement GCI task #6
http://www.google-melange.com/gci/task/view/google/gci2012/7992212
Diffstat (limited to 'cpukit/libcsupport/src/tcsetpgrp.c')
-rw-r--r--cpukit/libcsupport/src/tcsetpgrp.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/cpukit/libcsupport/src/tcsetpgrp.c b/cpukit/libcsupport/src/tcsetpgrp.c
index 1f547c5229..5b0d1f989e 100644
--- a/cpukit/libcsupport/src/tcsetpgrp.c
+++ b/cpukit/libcsupport/src/tcsetpgrp.c
@@ -1,6 +1,11 @@
-/*
- * tcsetprgrp() - POSIX 1003.1b 7.2.4 - Set Foreground Process Group ID
+/**
+ * @file
*
+ * @brief Set Foreground Process Group ID
+ * @ingroup libcsupport
+ */
+
+/*
* COPYRIGHT (c) 1989-2010.
* On-Line Applications Research Corporation (OAR).
*
@@ -24,6 +29,9 @@
#include <rtems/libio.h>
+/**
+ * POSIX 1003.1b 7.2.4 - Set Foreground Process Group ID
+ */
int tcsetpgrp(
int fd __attribute__((unused)),
pid_t pid __attribute__((unused)) )