mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
1998-02-20 18:43 Ulrich Drepper <drepper@cygnus.com> * hesiod/hesiod.c: Pretty print. Don't use __ protected names. * iconvdata/8bit-gap.c: Likewise. * iconvdata/8bit-generic.c: Likewise. * iconvdata/iso6937.c: Likewise. * iconvdata/iso8859-1.c: Likewise. * iconvdata/sjis.c: Likewise. * iconvdata/t61.c: Likewise. 1998-02-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative feature tests by positive feature tests. 1998-02-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value. 1998-02-20 Ulrich Drepper <drepper@cygnus.com> * elf/dlvsym.c (dlvsym_doit): More corrections. Patch by Andreas Jaeger.
This commit is contained in:
@ -35,7 +35,7 @@ unlockpt (fd)
|
||||
|
||||
if (ioctl (fd, TIOCSPTLCK, &unlock))
|
||||
{
|
||||
if(errno == EINVAL)
|
||||
if (errno == EINVAL)
|
||||
{
|
||||
__set_errno (serrno);
|
||||
return 0;
|
||||
@ -43,8 +43,7 @@ unlockpt (fd)
|
||||
else
|
||||
return -1;
|
||||
}
|
||||
#else
|
||||
#endif
|
||||
/* On pre-/dev/ptmx kernels this function should be a no-op. */
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user