mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-19 19:37:58 +00:00
(setup_pty): Treat case that UNIX98_PTYS is defined
like SYSV_PTYS.
This commit is contained in:
parent
71125fb836
commit
e20caf05ae
1 changed files with 1 additions and 1 deletions
|
|
@ -1871,7 +1871,7 @@ setup_pty (fd)
|
|||
Since the latter lossage is more benign, we may as well
|
||||
lose that way. -- cph */
|
||||
#ifdef FIONBIO
|
||||
#ifdef SYSV_PTYS
|
||||
#if defined(SYSV_PTYS) || defined(UNIX98_PTYS)
|
||||
{
|
||||
int on = 1;
|
||||
ioctl (fd, FIONBIO, &on);
|
||||
|
|
|
|||
Loading…
Reference in a new issue