diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-03 13:20:21 +0100 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-03 18:22:52 +0100 |
commit | a36065a4fe6dcd6fc1847da9d063894e45c4a71e (patch) | |
tree | 9c840ef51822c417dc596f8ae37a3d610b3333c1 /libc/sysdeps/linux/powerpc/bits/termios.h | |
parent | fae4a5832519033c8c378e4cb4dadb96e5be1692 (diff) |
sgtty.h is useless, remove it on STRICT_HEADERS
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'libc/sysdeps/linux/powerpc/bits/termios.h')
-rw-r--r-- | libc/sysdeps/linux/powerpc/bits/termios.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/powerpc/bits/termios.h b/libc/sysdeps/linux/powerpc/bits/termios.h index 7aac02dc5..12513e3ea 100644 --- a/libc/sysdeps/linux/powerpc/bits/termios.h +++ b/libc/sysdeps/linux/powerpc/bits/termios.h @@ -220,6 +220,7 @@ struct termios { #define TCSADRAIN 1 #define TCSAFLUSH 2 +#ifndef __UCLIBC_STRICT_HEADERS__ struct sgttyb { char sg_ispeed; char sg_ospeed; @@ -227,6 +228,7 @@ struct sgttyb { char sg_kill; short sg_flags; }; +#endif struct tchars { char t_intrc; |