summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/tcsetpgrp.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-07 18:37:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-07 18:37:16 +0000
commitfab27e479ab68d1a88ea52296b2ebd1e5e9645f8 (patch)
tree2a05627049c3b68a9d8317f50749e760b59f119a /cpukit/libcsupport/src/tcsetpgrp.c
parent2010-06-07 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-fab27e479ab68d1a88ea52296b2ebd1e5e9645f8.tar.bz2
2010-06-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/tcflow.c, libcsupport/src/tcflush.c: Add switches to detect bad input. * libcsupport/src/tcsetpgrp.c: Fix typo.
Diffstat (limited to 'cpukit/libcsupport/src/tcsetpgrp.c')
-rw-r--r--cpukit/libcsupport/src/tcsetpgrp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libcsupport/src/tcsetpgrp.c b/cpukit/libcsupport/src/tcsetpgrp.c
index 795d90131b..f8e48025b6 100644
--- a/cpukit/libcsupport/src/tcsetpgrp.c
+++ b/cpukit/libcsupport/src/tcsetpgrp.c
@@ -1,7 +1,7 @@
/*
* tcsetprgrp() - POSIX 1003.1b 7.2.4 - Set Foreground Process Group ID
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2010.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -26,7 +26,7 @@
#include <rtems/libio.h>
-int tcsetprgrp(
+int tcsetpgrp(
int fd __attribute__((unused)),
pid_t pid __attribute__((unused)) )
{