summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/ttyname.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-30 13:46:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-30 13:46:28 +0000
commite4b25c4839ea118cfba447ca87e0edab0b09093f (patch)
tree651a13861bfb02cf8c29cb90efc5cc54bd73d80f /cpukit/libcsupport/src/ttyname.c
parentClarified. (diff)
downloadrtems-e4b25c4839ea118cfba447ca87e0edab0b09093f.tar.bz2
Corrected so they would compile with POSIX disabled.
Diffstat (limited to 'cpukit/libcsupport/src/ttyname.c')
-rw-r--r--cpukit/libcsupport/src/ttyname.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/ttyname.c b/cpukit/libcsupport/src/ttyname.c
index 51b3a5f6aa..ceb6ed8121 100644
--- a/cpukit/libcsupport/src/ttyname.c
+++ b/cpukit/libcsupport/src/ttyname.c
@@ -14,7 +14,8 @@
#include <_syslist.h>
#include <errno.h>
-#include <rtems/posix/seterr.h>
+#include "libio_.h"
+
int ttyname_r(
int fd,