diff options
author | Roland McGrath <roland@gnu.org> | 1994-10-31 12:14:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-10-31 12:14:14 +0000 |
commit | 8f476a532793b8857f0f9843e667df927202d6dd (patch) | |
tree | 92900faada39abd04431978b9d6ab90744f8b853 /sysdeps | |
parent | 5302ac2b99ae3bdc2efd1d6ae2672a548eedcf00 (diff) | |
download | glibc-8f476a532793b8857f0f9843e667df927202d6dd.tar glibc-8f476a532793b8857f0f9843e667df927202d6dd.tar.gz glibc-8f476a532793b8857f0f9843e667df927202d6dd.tar.bz2 glibc-8f476a532793b8857f0f9843e667df927202d6dd.zip |
(TCSASOFT): Macro removed.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/bsd/sun/sunos4/termbits.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/unix/bsd/sun/sunos4/termbits.h b/sysdeps/unix/bsd/sun/sunos4/termbits.h index 01ab4d7874..b768deab6f 100644 --- a/sysdeps/unix/bsd/sun/sunos4/termbits.h +++ b/sysdeps/unix/bsd/sun/sunos4/termbits.h @@ -1,5 +1,5 @@ /* termios type and macro definitions. SunOS 4 version. -Copyright (C) 1993 Free Software Foundation, Inc. +Copyright (C) 1993, 1994 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 @@ -195,9 +195,6 @@ struct termios #define TCSANOW 0 /* Change immediately. */ #define TCSADRAIN 1 /* Change when pending output is written. */ #define TCSAFLUSH 2 /* Flush pending input before changing. */ -#ifdef __USE_BSD -#define TCSASOFT 0x10 /* Flag: Don't alter hardware state. */ -#endif /* Values for the QUEUE_SELECTOR argument to `tcflush'. */ #define TCIFLUSH 0 /* Discard data received but not yet read. */ |