aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2020-10-17 04:14:38 +0000
committerXin LI <delphij@FreeBSD.org>2020-10-17 04:14:38 +0000
commit3e7224dffe26948af09082309bbb6a6803e12049 (patch)
treea83319297b58e57839dfa1bcf496a1b776b07484 /include
parent180f822596ecc49d3074dcc9dfea9628aae1d48d (diff)
downloadsrc-3e7224dffe26948af09082309bbb6a6803e12049.tar.gz
src-3e7224dffe26948af09082309bbb6a6803e12049.zip
Implement ptsname_r.
MFC after: 2 weeks PR: 250062 Reviewed by: jilles, 0mp, Ray <i maskray me> Differential Revision: https://reviews.freebsd.org/D26647
Notes
Notes: svn path=/head/; revision=366781
Diffstat (limited to 'include')
-rw-r--r--include/stdlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index e84dca6ea42b..b09517751e8d 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -225,6 +225,7 @@ long mrand48(void);
long nrand48(unsigned short[3]);
int posix_openpt(int);
char *ptsname(int);
+int ptsname_r(int, char *, size_t);
int putenv(char *);
long random(void);
unsigned short