We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f60365 commit c699a81Copy full SHA for c699a81
tc.disc.c
@@ -53,6 +53,10 @@ static struct termios otermiob;
53
char strPOSIX[] = "posix";
54
#endif /* _IBMR2 */
55
56
+#ifdef __IBMC__
57
+# define HAVE_DISC /* Z/OS TIOCGETD returns no such device */
58
+#endif /* __IBMC__ */
59
+
60
#if !defined(HAVE_DISC) && defined(TIOCGETD) && defined(NTTYDISC)
61
static int oldisc;
62
#endif /* !HAVE_DISC && TIOCGETD && NTTYDISC */
0 commit comments