glibc/sysdeps/unix/bsd
Samuel Thibault dfe2e7a562 bsd unlockpt: unlockpt needs to fail with EINVAL, not ENOTTY
The EINVAL error code is mandated by POSIX, while ptsname_r returns
ENOTTY, so we need to translate.
2020-11-08 14:06:56 +00:00
..
bits
bsdtty.h
cmsg_nxthdr.c
getpt.c
gtty.c
Implies
Makefile
sigblock.c
sigsetmask.c
stty.c
syscalls.list
tcdrain.c
tcflow.c
tcflush.c
tcgetattr.c
tcgetpgrp.c
tcsendbrk.c
tcsetattr.c
tcsetpgrp.c
ualarm.c
unlockpt.c bsd unlockpt: unlockpt needs to fail with EINVAL, not ENOTTY 2020-11-08 14:06:56 +00:00
Versions