summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/strsubr.h
diff options
context:
space:
mode:
authorAndy Fiddaman <omnios@citrus-it.co.uk>2020-02-14 11:58:47 +0000
committerAndy Fiddaman <omnios@citrus-it.co.uk>2020-03-05 19:45:24 +0000
commit7d8deab2c421c563ab11a55e623ed48109e237af (patch)
treea11aa2b64d9ba96cb20d117820f2c6aa0eaedca3 /usr/src/uts/common/sys/strsubr.h
parent8950e535f42dd006f8cfb2122c94f6b7557757e0 (diff)
downloadillumos-joyent-7d8deab2c421c563ab11a55e623ed48109e237af.tar.gz
12306 XPG4v2 slave pty behaviour should generally be disabled
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: John Levon <john.levon@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/uts/common/sys/strsubr.h')
-rw-r--r--usr/src/uts/common/sys/strsubr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/strsubr.h b/usr/src/uts/common/sys/strsubr.h
index 306a2f6b29..43477446c2 100644
--- a/usr/src/uts/common/sys/strsubr.h
+++ b/usr/src/uts/common/sys/strsubr.h
@@ -28,7 +28,7 @@
*/
/*
- * Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
+ * Copyright 2020 OmniOS Community Edition (OmniOSce) Association.
*/
#ifndef _SYS_STRSUBR_H
@@ -288,7 +288,7 @@ typedef struct stdata {
#define SNDMREAD 0x00008000 /* used for read notification */
#define OLDNDELAY 0x00010000 /* use old TTY semantics for */
/* NDELAY reads and writes */
- /* 0x00020000 unused */
+#define STRXPG4TTY 0x00020000 /* Use XPG4 TTY semantics */
/* 0x00040000 unused */
#define STRTOSTOP 0x00080000 /* block background writes */
#define STRCMDWAIT 0x00100000 /* someone is doing an _I_CMD */