summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2005-05-11 14:07:25 +0000
committerdelphij <delphij@FreeBSD.org>2005-05-11 14:07:25 +0000
commit41460d509933e9f0576618f0d61871eedcb5de48 (patch)
tree70bb4ae7a6b341183a806a626d3d04323c3ca04a /include
parent710ce8b5de81c964f703f668360ed4786bc31052 (diff)
downloadFreeBSD-src-41460d509933e9f0576618f0d61871eedcb5de48.zip
FreeBSD-src-41460d509933e9f0576618f0d61871eedcb5de48.tar.gz
Connect MLINKS for ttyname_r(3), and add prototype into unistd.h.
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 2bd85a37..c56fb4f 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -365,6 +365,7 @@ long sysconf(int);
pid_t tcgetpgrp(int);
int tcsetpgrp(int, pid_t);
char *ttyname(int);
+char *ttyname_r(int, char *, size_t);
int unlink(const char *);
ssize_t write(int, const void *, size_t);
OpenPOWER on IntegriCloud