summaryrefslogtreecommitdiff
path: root/misc/sys
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-04-01 06:33:12 +0000
committerRoland McGrath <roland@gnu.org>1992-04-01 06:33:12 +0000
commitd5dcc52a3a25f5854708106774627c6005066be4 (patch)
tree5b78458076b2cb9ee7c5e1b446cd610f6374954e /misc/sys
parent2db14559f886c7dc6539c90d1635ce00a0b84d1c (diff)
Formerly ../misc/sys/ioctl.h.~4~
Diffstat (limited to 'misc/sys')
-rw-r--r--misc/sys/ioctl.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/sys/ioctl.h b/misc/sys/ioctl.h
index d12bf8d491..f1bf01b37e 100644
--- a/misc/sys/ioctl.h
+++ b/misc/sys/ioctl.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -51,8 +51,7 @@ struct ltchars
};
#endif
-#if defined(TIOCGETP) || defined(TIOCSETP)
-/* Type of ARG for TIOCGETP and TIOCSETP requests. */
+/* Type of ARG for TIOCGETP and TIOCSETP requests (and gtty and stty). */
struct sgttyb
{
char sg_ispeed; /* Input speed. */
@@ -61,7 +60,6 @@ struct sgttyb
char sg_kill; /* Kill character. */
short int sg_flags; /* Mode flags. */
};
-#endif
#if defined(TIOCGWINSZ) || defined(TIOCSWINSZ)
/* Type of ARG for TIOCGWINSZ and TIOCSWINSZ requests. */