diff options
author | Rich Felker <dalias@aerifal.cx> | 2016-07-03 14:12:09 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2016-07-03 15:02:24 -0400 |
commit | 45ba07fded06005cddbf36b1a8f0c29c63724893 (patch) | |
tree | a724bb1d8a3b2647e57d44e112e80e5251b76d02 /arch/mips/bits | |
parent | cae8ac485fdcf0227f7dcc5b5af93df72fb01a9e (diff) | |
download | musl-45ba07fded06005cddbf36b1a8f0c29c63724893.tar.gz |
format mips bits/termios.h consistently mips64 and n32 versions
with this change, all three files are identical.
Diffstat (limited to 'arch/mips/bits')
-rw-r--r-- | arch/mips/bits/termios.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/bits/termios.h b/arch/mips/bits/termios.h index 29b4b220..f559f76f 100644 --- a/arch/mips/bits/termios.h +++ b/arch/mips/bits/termios.h @@ -1,5 +1,4 @@ -struct termios -{ +struct termios { tcflag_t c_iflag; tcflag_t c_oflag; tcflag_t c_cflag; |