about summary refs log tree commit diff
path: root/arch/powerpc64
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2016-07-03 17:09:51 +0200
committerRich Felker <dalias@aerifal.cx>2016-07-03 15:02:24 -0400
commitcae8ac485fdcf0227f7dcc5b5af93df72fb01a9e (patch)
treea500cbf7cd7aba6f4a5b247e498c1a23bcd368ca /arch/powerpc64
parent8c316e9e49d37ad92c2e7493e16166a2afca419f (diff)
downloadmusl-cae8ac485fdcf0227f7dcc5b5af93df72fb01a9e.tar.gz
musl-cae8ac485fdcf0227f7dcc5b5af93df72fb01a9e.tar.xz
musl-cae8ac485fdcf0227f7dcc5b5af93df72fb01a9e.zip
fix CBAUDEX in powerpc termios.h
it seems it was a typo.
Diffstat (limited to 'arch/powerpc64')
-rw-r--r--arch/powerpc64/bits/termios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc64/bits/termios.h b/arch/powerpc64/bits/termios.h
index d2fc297a..7f67baf4 100644
--- a/arch/powerpc64/bits/termios.h
+++ b/arch/powerpc64/bits/termios.h
@@ -152,7 +152,7 @@ struct termios
 #define EXTA    0000016
 #define EXTB    0000017
 #define CBAUD   00377
-#define CBAUDEX 0000000
+#define CBAUDEX 0000020
 #define CIBAUD  077600000
 #define CMSPAR  010000000000
 #define CRTSCTS 020000000000