CVSROOT: /cvs/glibc Module name: libc Changes by: drepper@sources.redhat.com 2001-12-18 16:06:15 Modified files: sysdeps/unix/sysv/linux: grantpt.c Log message: Make errno results standard conforming: return EBADF if file descriptor is invalid and EINVAL if file descriptor is no valid tty. Make __unix_grantpt static.