mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
libc: Implement posix_openpt
specify here: https://pubs.opengroup.org/onlinepubs/009695399/functions/posix_openpt.html Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
ad3f16358e
commit
57c3fce583
@@ -223,6 +223,7 @@ int posix_memalign(FAR void **, size_t, size_t);
|
||||
/* Pseudo-Terminals */
|
||||
|
||||
#ifdef CONFIG_PSEUDOTERM
|
||||
int posix_openpt(int oflag);
|
||||
FAR char *ptsname(int fd);
|
||||
int ptsname_r(int fd, FAR char *buf, size_t buflen);
|
||||
int unlockpt(int fd);
|
||||
|
||||
Reference in New Issue
Block a user